]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
nss_ldap: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:54 +0000 (13:08 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:54 +0000 (13:08 +0200)
pkgs/core/nss_ldap/nss_ldap.nm

index 5122bc22626644fba350ee71ab3377f5b03f8ac7..e99ad6828774fe322256db8caf4d61231c37b6e2 100644 (file)
@@ -34,7 +34,7 @@ PKG_URL        = http://www.padl.com/
 PKG_LICENSE    = LGPLv2+
 PKG_SUMMARY    = NSS library and PAM module for LDAP.
 
-PKG_DEPS      += cyrus-sasl openldap
+PKG_BUILD_DEPS+= cyrus-sasl-devel openldap-devel
 
 define PKG_DESCRIPTION
        This package includes two LDAP access clients: nss_ldap and \
@@ -46,6 +46,8 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
+PKG_PACKAGES  += $(PKG_NAME)-devel
+
 CONFIGURE_OPTIONS = \
        --prefix=/ \
        --libdir=/usr/lib \