]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed patch of ccache and don't compile this and distcc static.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 28 Mar 2009 22:10:33 +0000 (23:10 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 28 Mar 2009 22:10:33 +0000 (23:10 +0100)
lfs/ccache
lfs/distcc

index ef6ffd799cec470aadb1d222d5ab578b443fb201..f60ac1119350fd50474e401abccd1ca89def03cd 100644 (file)
@@ -82,7 +82,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="-O2 -static" \
                        ./configure \
                        $(CONFIGURE_ARCH) \
                        --prefix=$(PREFIX)
index 91e3572bbd878d93675721009ae00418553c976b..b2d1edc08e32c566a00c4dd710e6baef6be7e347 100644 (file)
@@ -80,9 +80,8 @@ $(objects):
 $(OBJECT): $(objects)
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && patch -Np0 -i $(DIR_PATCHES)/$(THISAPP)-hardened.patch
+       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-hardened.patch
        cd $(DIR_APP) && \
-               CFLAGS="-O2 -static" \
                ./configure \
                        $(CONFIGURE_ARCH) \
                        --prefix=$(PREFIX) \