From: Michael Tremer Date: Sun, 5 Apr 2009 16:15:02 +0000 (+0200) Subject: Revert "Grrr... didn't accept the CFLAGS." X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e286347c292be10b9cefe3472e096b051e37edc;p=ipfire-3.x.git Revert "Grrr... didn't accept the CFLAGS." This reverts commit 2806c754997111a20baaed33cd4d2718e37da166. --- diff --git a/lfs/ccache b/lfs/ccache index 54ff75fd7..bfc3c7443 100644 --- a/lfs/ccache +++ b/lfs/ccache @@ -83,7 +83,6 @@ $(OBJECT) : @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -p0 < $(DIR_PATCHES)/$(THISAPP).patch cd $(DIR_APP) && \ - CFLAGS="$(CFLAGS)" \ ./configure \ $(CONFIGURE_ARCH) \ --prefix=$(PREFIX) diff --git a/lfs/distcc b/lfs/distcc index 03bdcef9b..229aa6648 100644 --- a/lfs/distcc +++ b/lfs/distcc @@ -83,7 +83,6 @@ $(OBJECT): $(objects) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-hardened.patch cd $(DIR_APP) && \ - CFLAGS="$(CFLAGS)" \ ./configure \ $(CONFIGURE_ARCH) \ --prefix=$(PREFIX) \