mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-17 18:31:13 +02:00
dev-vcs/subversion: Fix cross compile build error
Remove problematic MacOS tests from configure.ac. Bumps subversion-1.8.13-r2 to subversion-1.8.13-r3. Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
parent
2656883ef6
commit
65e0fb41ba
@ -133,6 +133,13 @@ src_prepare() {
|
||||
sed -i -e '1c\#!/usr/bin/env sh' build/transform_libtool_scripts.sh || \
|
||||
die "/bin/sh is not POSIX shell!"
|
||||
|
||||
# Avoid AC_RUN_IFELSE in MacOS tests.
|
||||
sed -i \
|
||||
-e "s/SVN_LIB_MACHO_ITERATE//g" \
|
||||
-e "s/SVN_LIB_MACOS_PLIST//g" \
|
||||
-e "s/SVN_LIB_MACOS_KEYCHAIN//g" \
|
||||
configure.ac
|
||||
|
||||
eautoconf
|
||||
elibtoolize
|
||||
|
Loading…
x
Reference in New Issue
Block a user