From: Michael Tremer Date: Sat, 4 Sep 2010 11:08:54 +0000 (+0200) Subject: nss_ldap: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8f77b0fbf39aebfad1f2d5ad58ec87834472b29;p=ipfire-3.x.git nss_ldap: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/nss_ldap/nss_ldap.nm b/pkgs/core/nss_ldap/nss_ldap.nm index 5122bc226..e99ad6828 100644 --- a/pkgs/core/nss_ldap/nss_ldap.nm +++ b/pkgs/core/nss_ldap/nss_ldap.nm @@ -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 \