summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/subversion
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-02-19 16:04:38 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-02-19 16:04:38 (GMT)
commit097ebc5aece43798e785d620d3ad56f568501a2b (patch)
tree364510c7db1d5cde85de51a47f012e414c29cb9f /abs/extra-testing/subversion
parent31352df953653df1b5d6f193c3ed192536467b31 (diff)
parentac3eb72b60881ff3478663ec4aaf60b708edd870 (diff)
downloadlinhes_pkgbuild-097ebc5aece43798e785d620d3ad56f568501a2b.zip
linhes_pkgbuild-097ebc5aece43798e785d620d3ad56f568501a2b.tar.gz
linhes_pkgbuild-097ebc5aece43798e785d620d3ad56f568501a2b.tar.bz2
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD.git
Diffstat (limited to 'abs/extra-testing/subversion')
-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