summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-04 11:35:52 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-04 11:35:52 +0100
commit64d1eee48611d47e3666647522a6cae2b41902ff (patch)
treeabf5e07345df665486be6b8b27626b96df3e4097 /core
parentd948673f5f5d6f5db6c6e534d610365b122a3e66 (diff)
parent3e78397cb031dee2b5874f1c0c9e4c9977f0dbb7 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/libnetfilter_log/PKGBUILD community/radvd/PKGBUILD community/ucarp/PKGBUILD extra/ardour/PKGBUILD extra/docker/PKGBUILD extra/fftw/PKGBUILD
Diffstat (limited to 'core')
-rw-r--r--core/openldap/PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/openldap/PKGBUILD b/core/openldap/PKGBUILD
index e346d0936..e5d1a7bb2 100644
--- a/core/openldap/PKGBUILD
+++ b/core/openldap/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 172106 2012-11-28 19:30:47Z eric $
+# $Id: PKGBUILD 176949 2013-02-03 00:16:48Z eric $
# Maintainer:
pkgbase=openldap
@@ -29,7 +29,6 @@ build() {
sed -i 's|%LOCALSTATEDIR%/run|/run/openldap|' servers/slapd/slapd.conf
sed -i 's|-$(MKDIR) $(DESTDIR)$(localstatedir)/run|-$(MKDIR) $(DESTDIR)/run/openldap|' servers/slapd/Makefile.in
- LDFLAGS="$LDFLAGS -L\"${pkgdir}\"/libldap/usr/lib"
./configure --prefix=/usr --mandir=/usr/share/man --libexecdir=/usr/lib \
--sysconfdir=/etc --localstatedir=/var/lib/openldap \
--enable-ipv6 --enable-syslog --enable-local \