]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
openldap: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Sep 2010 23:44:43 +0000 (01:44 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Sep 2010 23:44:43 +0000 (01:44 +0200)
pkgs/core/openldap/openldap.nm

index 1cb64fc6ee5220a4bf5724e31b034fd3c313edaa..43413676ecbb8585fc38a1a3ce0ff397b707da4c 100644 (file)
@@ -34,8 +34,8 @@ PKG_URL        = http://www.openldap.org/
 PKG_LICENSE    = OpenLDAP
 PKG_SUMMARY    = LDAP support libraries.
 
-PKG_BUILD_DEPS+= groff
-PKG_DEPS      += db cyrus-sasl libtool openssl pth
+PKG_BUILD_DEPS+= db-devel cyrus-sasl-devel groff libtool libtool-devel \
+       openssl-devel pth-devel
 
 define PKG_DESCRIPTION
        OpenLDAP is an open source suite of LDAP (Lightweight Directory Access \
@@ -48,6 +48,8 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tgz
 
+PKG_PACKAGES  += $(PKG_NAME)-devel $(PKG_NAME)-libs
+
 CONFIGURE_OPTIONS += \
        --libexecdir=/usr/lib \
        --sysconfdir=/etc \