From: Michael Tremer Date: Tue, 23 Jun 2009 13:45:10 +0000 (+0200) Subject: lsof: Pass CFLAGS to make. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df492ea8d9e725e873a56a1a10d9ea8de42a9eca;p=ipfire-3.x.git lsof: Pass CFLAGS to make. --- diff --git a/lfs/lsof b/lfs/lsof index 0d1073e96..d532e0423 100644 --- a/lfs/lsof +++ b/lfs/lsof @@ -81,7 +81,7 @@ $(OBJECT): $(objects) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./Configure linux -n - cd $(DIR_APP) && make $(PARALLELISMFLAGS) + cd $(DIR_APP) && make DEBUG="$(CFLAGS)" $(PARALLELISMFLAGS) cd $(DIR_APP) && install -m 4750 -o root -g nobody lsof /usr/bin @rm -rf $(DIR_APP) @$(POSTBUILD)