diff options
author | root <root@rshg054.dnsready.net> | 2013-10-31 01:12:24 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-31 01:12:24 -0700 |
commit | b2a6f1b28b7fa31088cab9a90b0f5ab97948534d (patch) | |
tree | afa7b467e44b704b69c66862852a8c3118b8e308 /core/openldap | |
parent | 7c151ac5589d3dbef5972f69a62b847ecf565bfa (diff) |
Thu Oct 31 01:09:50 PDT 2013
Diffstat (limited to 'core/openldap')
-rw-r--r-- | core/openldap/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/openldap/PKGBUILD b/core/openldap/PKGBUILD index 59ec01116..066cd0fd4 100644 --- a/core/openldap/PKGBUILD +++ b/core/openldap/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 193901 2013-09-04 19:28:51Z eric $ +# $Id: PKGBUILD 197834 2013-10-30 11:06:09Z allan $ # Maintainer: pkgbase=openldap @@ -53,7 +53,6 @@ package_libldap() { pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries" depends=('libsasl' 'e2fsprogs') backup=('etc/openldap/ldap.conf') - options=('!libtool') cd ${pkgbase}-${pkgver} for dir in include libraries doc/man/man3 ; do @@ -76,7 +75,7 @@ package_openldap() { pkgdesc="Lightweight Directory Access Protocol (LDAP) client and server" depends=("libldap>=${pkgver}" 'libltdl') backup=('etc/openldap/slapd.conf' 'etc/openldap/slapd.ldif') - options=('!libtool' 'emptydirs') + options=('emptydirs') install=openldap.install cd ${pkgbase}-${pkgver} |