From: Michael Tremer Date: Thu, 2 Sep 2010 23:33:44 +0000 (+0200) Subject: pam: 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=f5f7ab22601c8045ed79a3e1b70147482fe8fa1e;p=ipfire-3.x.git pam: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/pam/pam.nm b/pkgs/core/pam/pam.nm index e2c92fc71..a3df9b276 100644 --- a/pkgs/core/pam/pam.nm +++ b/pkgs/core/pam/pam.nm @@ -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) && \