]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
lsof: Pass CFLAGS to make.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 23 Jun 2009 13:45:10 +0000 (15:45 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 23 Jun 2009 13:45:10 +0000 (15:45 +0200)
lfs/lsof

index 0d1073e963d48fc504f2868f91511ad64e269da6..d532e04235520494288e81d48d28ef79e463c94f 100644 (file)
--- 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)