4965192f60
- Bump to version 1.9.2. - Update the hash file. - Use a tar.bz2 tarball to save space and bandwidth. - Fix a typo in the berkeley-db configure option. - Remove non-existent configure options: neon, gssapi and ssl. - Remove neon dependency: is not needed to build subversion. - Tweak the 0001-dont-mangle-cflags.patch for the 1.9.2 version and to patch configure.ac instead of configure. - Add a new 0002-disable-macos-specific-features.patch to remove a configure check for Mach-O (and two more) which breaks the build when cross-compiling. - Enable autoreconf since we are patching the configure.ac. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
24 lines
646 B
Diff
24 lines
646 B
Diff
Disable Mac OS specific features
|
|
|
|
We only support Linux so we don't need them. Also, they cause a build
|
|
failure when cross compiling:
|
|
|
|
checking for Mach-O dynamic module iteration functions
|
|
error: cannot run test program while cross compiling
|
|
|
|
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
|
|
|
|
diff -Nrup a/configure.ac b/configure.ac
|
|
--- a/configure.ac 2015-09-28 10:33:39.175048493 +0100
|
|
+++ b/configure.ac 2015-09-28 10:47:53.921428143 +0100
|
|
@@ -467,9 +467,6 @@ fi
|
|
|
|
dnl Mac OS specific features -------------------
|
|
|
|
-SVN_LIB_MACHO_ITERATE
|
|
-SVN_LIB_MACOS_PLIST
|
|
-SVN_LIB_MACOS_KEYCHAIN
|
|
|
|
dnl APR_HAS_DSO -------------------
|
|
|