]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
paxctl: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:55 +0000 (13:08 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:55 +0000 (13:08 +0200)
pkgs/core/paxctl/paxctl.nm

index de3ce8cdd069b80149a3d69b21c919071135c18d..3f7920c3643a640b77b7baef1dcaee8ced611fab 100644 (file)
@@ -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