From: Michael Tremer Date: Sat, 4 Sep 2010 11:08:55 +0000 (+0200) Subject: pax-utils: 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=cf84d7435d91eb4b8d6280e8a6ea326950bbd433;p=ipfire-3.x.git pax-utils: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/pax-utils/pax-utils.nm b/pkgs/core/pax-utils/pax-utils.nm index 06fcd205b..2829cb9d3 100644 --- a/pkgs/core/pax-utils/pax-utils.nm +++ b/pkgs/core/pax-utils/pax-utils.nm @@ -34,7 +34,7 @@ PKG_URL = http://www.gentoo.org/proj/en/hardened/pax-utils.xml PKG_LICENSE = GPLv2+ PKG_SUMMARY = Utilities for checking PaX features. -PKG_DEPS += libcap +PKG_BUILD_DEPS+= libcap-devel define PKG_DESCRIPTION This package contains several utilities for checking PaX features. @@ -42,10 +42,6 @@ endef PKG_TARBALL = $(THISAPP).tar.bz2 -############################################################################### -# Installation Details -############################################################################### - define STAGE_BUILD cd $(DIR_APP) && make CFLAGS="$(CFLAGS)" USE_CAP=yes $(PARALLELISMFLAGS) endef