From: Michael Tremer Date: Tue, 31 Mar 2009 11:31:03 +0000 (+0200) Subject: Grrr... didn't accept the CFLAGS. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2806c754997111a20baaed33cd4d2718e37da166;p=ipfire-3.x.git Grrr... didn't accept the CFLAGS. --- diff --git a/lfs/ccache b/lfs/ccache index bfc3c7443..54ff75fd7 100644 --- a/lfs/ccache +++ b/lfs/ccache @@ -83,6 +83,7 @@ $(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 229aa6648..03bdcef9b 100644 --- a/lfs/distcc +++ b/lfs/distcc @@ -83,6 +83,7 @@ $(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) \