[arch-commits] Commit in openldap/trunk (PKGBUILD)

Stéphane Gaudreault stephane at archlinux.org
Tue Oct 19 21:02:12 UTC 2010


    Date: Tuesday, October 19, 2010 @ 17:02:12
  Author: stephane
Revision: 96304

db-5.1 rebuild

Modified:
  openldap/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-19 20:59:14 UTC (rev 96303)
+++ PKGBUILD	2010-10-19 21:02:12 UTC (rev 96304)
@@ -4,7 +4,7 @@
 
 pkgname=openldap
 pkgver=2.4.23
-pkgrel=1
+pkgrel=2
 pkgdesc="LDAP Server"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -23,17 +23,20 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+   
+  export LIBS=-ldb
   ./configure --prefix=/usr \
               --mandir=/usr/share/man \
               --libexecdir=/usr/sbin \
               --sysconfdir=/etc \
               --localstatedir=/var/lib/openldap \
+              --enable-bdb \
               --enable-crypt \
               --enable-dynamic \
               --with-threads \
               --enable-wrappers \
-	      --enable-spasswd \
-	      --with-cyrus-sasl
+              --enable-spasswd \
+              --with-cyrus-sasl
   
   find . -name 'Makefile' -exec \
   	sed -e 's|$(LDAP_LIBDIR)/liblber/liblber.la|/usr/lib/liblber-2.4.so.2|g' \




More information about the arch-commits mailing list