From: Michael Tremer Date: Thu, 4 Jun 2009 09:01:33 +0000 (+0200) Subject: paxctl: Fixed building with CFLAGS. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b97b20ea306abbfa06d7a0c1e36125a3b06318e7;p=ipfire-3.x.git paxctl: Fixed building with CFLAGS. --- diff --git a/lfs/paxctl b/lfs/paxctl index 7af2249fd..3159727be 100644 --- a/lfs/paxctl +++ b/lfs/paxctl @@ -63,6 +63,7 @@ $(objects): $(OBJECT): $(objects) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && sed -e "s/^CFLAGS/CFLAGS=$(CFLAGS)/" -i Makefile cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)