From: Michael Tremer Date: Thu, 26 Mar 2009 05:06:21 +0000 (+0000) Subject: Fixed CFLAGS in procps. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=704411f6e04e3256d8a2a633d8d28c5e1932ee00;p=ipfire-3.x.git Fixed CFLAGS in procps. --- diff --git a/lfs/procps b/lfs/procps index a81da1f86..4e58b5b69 100644 --- a/lfs/procps +++ b/lfs/procps @@ -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)