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

Jelle van der Waa jelle at archlinux.org
Thu Mar 21 20:32:34 UTC 2019


    Date: Thursday, March 21, 2019 @ 20:32:33
  Author: jelle
Revision: 348832

depend on libtool directly instead of via replaces

Modified:
  openldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-21 20:04:22 UTC (rev 348831)
+++ PKGBUILD	2019-03-21 20:32:33 UTC (rev 348832)
@@ -7,7 +7,7 @@
 arch=('x86_64')
 url="https://www.openldap.org/"
 license=('custom')
-makedepends=('libltdl' 'libsasl' 'e2fsprogs' 'util-linux' 'chrpath' 'unixodbc')
+makedepends=('libtool' 'libsasl' 'e2fsprogs' 'util-linux' 'chrpath' 'unixodbc')
 options=('!makeflags' 'emptydirs')
 source=(https://www.openldap.org/software/download/OpenLDAP/openldap-release/${pkgbase}-${pkgver}.tgz
         slapd.service openldap.tmpfiles openldap.sysusers openldap-ntlm.patch)
@@ -80,7 +80,7 @@
 
 package_openldap() {
   pkgdesc="Lightweight Directory Access Protocol (LDAP) client and server"
-  depends=("libldap>=${pkgver}" 'libltdl' 'unixodbc')
+  depends=("libldap>=${pkgver}" 'libtool' 'unixodbc')
   backup=('etc/openldap/slapd.conf' 'etc/openldap/slapd.ldif')
 
   cd ${pkgbase}-${pkgver}



More information about the arch-commits mailing list