From: Michael Tremer Date: Sat, 4 Sep 2010 11:08:55 +0000 (+0200) Subject: paxctl: 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=c3e1df2f0605ab24f722872f1975c97cef1ff131;p=ipfire-3.x.git paxctl: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/paxctl/paxctl.nm b/pkgs/core/paxctl/paxctl.nm index de3ce8cdd..3f7920c36 100644 --- a/pkgs/core/paxctl/paxctl.nm +++ b/pkgs/core/paxctl/paxctl.nm @@ -34,7 +34,7 @@ PKG_URL = http://pax.grsecurity.net/ PKG_LICENSE = GPLv2 PKG_SUMMARY = Application to control PaX flags. -PKG_DEPS += m4 +PKG_BUILD_DEPS+= m4 define PKG_DESCRIPTION paxctl may be used to control PaX flags on a per-binary basis. PaX \ @@ -43,10 +43,6 @@ endef PKG_TARBALL = $(THISAPP).tar.gz -############################################################################### -# Installation Details -############################################################################### - define STAGE_BUILD cd $(DIR_APP) && make $(PARALLELISMFLAGS) CFLAGS="$(CFLAGS)" endef