From: Michael Tremer Date: Sun, 5 Apr 2009 19:26:21 +0000 (+0200) Subject: Fixed ccache, distcc due to changes in last commit. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29ee67d1f8d186ee04e2b2164c30ab86f78942a9;p=ipfire-3.x.git Fixed ccache, distcc due to changes in last commit. --- diff --git a/lfs/ccache b/lfs/ccache index bfc3c7443..794217404 100644 --- a/lfs/ccache +++ b/lfs/ccache @@ -52,7 +52,7 @@ define LONG_DESC endef PREFIX = $(TOOLS_DIR)/usr -CFLAGS += -static +CFLAGS := $(subst -fPIC,,$(CFLAGS)) -static ############################################################################### # Top-level Rules diff --git a/lfs/distcc b/lfs/distcc index 229aa6648..11e75c5c3 100644 --- a/lfs/distcc +++ b/lfs/distcc @@ -52,7 +52,7 @@ define LONG_DESC endef PREFIX = $(TOOLS_DIR)/usr -CFLAGS += -static +CFLAGS := $(subst -fPIC,,$(CFLAGS)) -static ############################################################################### # Top-level Rules @@ -92,6 +92,5 @@ $(OBJECT): $(objects) cd $(DIR_APP) && make $(PARALLELISMFLAGS) \ distcc distccd distccmon-text lsdistcc cd $(DIR_APP) && make install-programs - @rm -rf $(DIR_APP) @$(POSTBUILD)