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

index e2c92fc71b72183317b400fe956b57196755bb7b..a3df9b276094c8fc0f489a05712855a003601886 100644 (file)
@@ -34,8 +34,7 @@ PKG_URL        = http://www.us.kernel.org/pub/linux/libs/pam/index.html
 PKG_LICENSE    = BSD and GPLv2+ and BSD with advertising
 PKG_SUMMARY    = An extensible library which provides authentication for applications.
 
-PKG_BUILD_DEPS+= bison flex
-PKG_DEPS      += cracklib
+PKG_BUILD_DEPS+= bison cracklib-devel flex
 
 define PKG_DESCRIPTION
        PAM (Pluggable Authentication Modules) is a system security tool that \
@@ -45,9 +44,7 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.bz2
 
-###############################################################################
-# Installation Details
-###############################################################################
+PKG_PACKAGES  += $(PKG_NAME_REAL)-devel
 
 define STAGE_BUILD
        cd $(DIR_APP) && \