summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/subversion/PKGBUILD
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-02-19 05:27:48 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-02-19 05:27:48 (GMT)
commit5652b0a3bc791732e8610d1c91e64c738022622e (patch)
treecd14c0c44c200b34d2a34455b5360901d1695961 /abs/extra-testing/subversion/PKGBUILD
parentf1af02957f2e73496ed5ef5d42603ea04329e159 (diff)
downloadlinhes_pkgbuild-5652b0a3bc791732e8610d1c91e64c738022622e.zip
linhes_pkgbuild-5652b0a3bc791732e8610d1c91e64c738022622e.tar.gz
linhes_pkgbuild-5652b0a3bc791732e8610d1c91e64c738022622e.tar.bz2
--disable-ldap
Diffstat (limited to 'abs/extra-testing/subversion/PKGBUILD')
-rw-r--r--abs/extra-testing/subversion/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/subversion/PKGBUILD b/abs/extra-testing/subversion/PKGBUILD
index 36c2bea..4ad7460 100644
--- a/abs/extra-testing/subversion/PKGBUILD
+++ b/abs/extra-testing/subversion/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=subversion
pkgver=1.5.3
-pkgrel=4
+pkgrel=5
pkgdesc="Replacement for CVS, another versioning system (svn)"
arch=(i686 x86_64)
license=('apache' 'bsd')
@@ -43,7 +43,7 @@ build() {
autoreconf
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
- --with-zlib=/usr --with-neon=/usr
+ --with-zlib=/usr --with-neon=/usr --disable-ldap
(make external-all && make LT_LDFLAGS="-L$Fdestdir/usr/lib" local-all ) || return 1