]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed CFLAGS in procps.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Mar 2009 05:06:21 +0000 (05:06 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Mar 2009 05:06:21 +0000 (05:06 +0000)
lfs/procps

index a81da1f8661a5fc3351cfeed6fee47538fb6ab46..4e58b5b69ec2ba71be2a2b107dfb84ed0bbdc2dc 100644 (file)
@@ -55,7 +55,8 @@ $(OBJECT) :
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-watch_unicode-1.patch
-       cd $(DIR_APP) && make $(PARALLELISMFLAGS)
+       cd $(DIR_APP) && make SHARED=1 CFLAGS="$(CFLAGS)" \
+               W_SHOWFROM=-DW_SHOWFROM $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)