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

Eric Bélanger eric at archlinux.org
Tue Sep 23 00:45:12 UTC 2014


    Date: Tuesday, September 23, 2014 @ 02:45:12
  Author: eric
Revision: 222728

Disable SMP build

Modified:
  openldap/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-23 00:20:41 UTC (rev 222727)
+++ PKGBUILD	2014-09-23 00:45:12 UTC (rev 222728)
@@ -9,7 +9,7 @@
 url="http://www.openldap.org/"
 license=('custom')
 makedepends=('libltdl' 'libsasl' 'e2fsprogs' 'util-linux' 'chrpath' 'unixodbc')
-#options=('!makeflags')
+options=('!makeflags')
 source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${pkgbase}-${pkgver}.tgz
         slapd.service slapd.tmpfiles openldap-ntlm.patch)
 sha1sums=('2b8e8401214867c361f7212e7058f95118b5bd6c'
@@ -78,7 +78,7 @@
   depends=("libldap>=${pkgver}" 'libltdl')
   optdepends=('unixodbc: for sql backend support')
   backup=('etc/openldap/slapd.conf' 'etc/openldap/slapd.ldif')
-  options=('emptydirs' '!makeflags')
+  options=('emptydirs')
   install=openldap.install
 
   cd ${pkgbase}-${pkgver}




More information about the arch-commits mailing list