Re: [PATCH] configure.ac: don't mangle CFLAGS

2020-09-10 Thread Fabrice Fontaine
Hello Brane, Le jeu. 10 sept. 2020 à 05:53, Branko Čibej a écrit : > > On 10.09.2020 05:41, Branko Čibej wrote: > > On 09.09.2020 23:34, Fabrice Fontaine wrote: > > Ensure that the sed expression to strip debugging options from CFLAGS > doesn't mangle flags like -mfloat

[PATCH] configure.ac: don't mangle CFLAGS

2020-09-09 Thread Fabrice Fontaine
Ensure that the sed expression to strip debugging options from CFLAGS doesn't mangle flags like -mfloat-gprs=double, breaking the build. Patch by: Peter Korsgaard and Vicente Olivert Riera (See https://git.buildroot.net/buildroot/tree/package/subversion/0001-dont-mangle-cflags.patch?h=2020.08) --

Re: [PATCH v3] build/ac-macros/macosx.m4: workaround AC_RUN_IFELSE

2020-09-07 Thread Fabrice Fontaine
Hello Nathan, Le lun. 7 sept. 2020 à 15:33, Nathan Hartman a écrit : > > On Sun, Sep 6, 2020 at 3:22 PM Nathan Hartman > wrote: > > > Patch by: Fabrice Fontaine > > > > > > The SVN_LIB_MACHO_ITERATE macro contains an AC_RUN_IFELSE test that > > >

[PATCH v3] build/ac-macros/macosx.m4: workaround AC_RUN_IFELSE

2020-09-04 Thread Fabrice Fontaine
[[[ Patch by: Fabrice Fontaine The SVN_LIB_MACHO_ITERATE macro contains an AC_RUN_IFELSE test that will raise the following build failure when cross-compiling: checking for Mach-O dynamic module iteration functions... configure: error: in `/home/fabrice/buildroot/output/build/subversion-1.14.0

Re: [PATCH v2] build/ac-macros/macosx.m4: workaround AC_RUN_IFELSE

2020-08-31 Thread Fabrice Fontaine
Le lun. 31 août 2020 à 04:40, Daniel Shahaf a écrit : > > Fabrice Fontaine wrote on Sun, 30 Aug 2020 17:24 +0200: > > The SVN_LIB_MACHO_ITERATE macro contains an AC_RUN_IFELSE test that > > doesn't work when cross-compiling. > > Don't say "doesn't work&

[PATCH v2] build/ac-macros/macosx.m4: workaround AC_RUN_IFELSE

2020-08-30 Thread Fabrice Fontaine
by setting the action-if-cross-compiling to :. Signed-off-by: Thomas Petazzoni [Retrieved (and slightly updated following the suggestion of Nathan Hartman) from: https://git.buildroot.net/buildroot/tree/package/subversion/0002-workaround-ac-run-ifelse.patch] Signed-off-by: Fabrice Fontaine ---

Re: [PATCH] build/ac-macros/macosx.m4: workaround AC_RUN_IFELSE

2020-08-30 Thread Fabrice Fontaine
Hello, Le dim. 30 août 2020 à 17:12, Nathan Hartman a écrit : > > On Sun, Aug 30, 2020 at 10:59 AM Fabrice Fontaine > wrote: > > The SVN_LIB_MACHO_ITERATE macro contains an AC_RUN_IFELSE test that > > doesn't work when cross-compiling. However, this macro is related to

[PATCH] build/ac-macros/macosx.m4: workaround AC_RUN_IFELSE

2020-08-30 Thread Fabrice Fontaine
by turning the test into an AC_COMPILE_IFELSE. Signed-off-by: Thomas Petazzoni [Retrieved from: https://git.buildroot.net/buildroot/tree/package/subversion/0002-workaround-ac-run-ifelse.patch] Signed-off-by: Fabrice Fontaine --- build/ac-macros/macosx.m4 | 2 +- 1 file changed, 1 insertion(+),