Replace ':' in package link paths by '~'

Also add missing libiconv requires for apr_util.
This commit is contained in:
Ingo Weinhold
2013-08-13 13:55:32 +02:00
parent dc3d06bbdc
commit 089e141aeb
7 changed files with 21 additions and 19 deletions

View File

@@ -12,7 +12,7 @@ LICENSE="Apache-Subversion"
COPYRIGHT="2010 The Apache Software Foundation"
SRC_URI="http://subversion.tigris.org/downloads/subversion-1.6.18.tar.bz2"
CHECKSUM_MD5="c5c662a5d19d047256fa333bd890a925"
REVISION="5"
REVISION="6"
ARCHITECTURES="x86_gcc2 ?x86"
PATCHES="subversion-1.6.18.patch"
@@ -94,10 +94,10 @@ BUILD()
aclocal -I build -I build/ac-macros
autoconf
runConfigure ./configure \
--with-apr=$portPackageLinksDir/devel:libapr_1 \
--with-apr-util=$portPackageLinksDir/devel:libaprutil_1 \
--with-apr=$portPackageLinksDir/devel~libapr_1 \
--with-apr-util=$portPackageLinksDir/devel~libaprutil_1 \
--with-neon=$portPackageLinksDir/neon_devel \
--with-zlib=$portPackageLinksDir/devel:libz \
--with-zlib=$portPackageLinksDir/devel~libz \
--with-editor=nano \
--disable-nls
make $jobArgs