]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added static flags to distcc and ccache.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 30 Mar 2009 15:01:09 +0000 (15:01 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 30 Mar 2009 15:01:09 +0000 (15:01 +0000)
lfs/ccache
lfs/distcc

index f60ac1119350fd50474e401abccd1ca89def03cd..bfc3c744398b69ffc2830cb73e766d66cf8f2634 100644 (file)
@@ -52,6 +52,7 @@ define LONG_DESC
 endef
 
 PREFIX     = $(TOOLS_DIR)/usr
+CFLAGS    += -static
 
 ###############################################################################
 # Top-level Rules
index b2d1edc08e32c566a00c4dd710e6baef6be7e347..229aa6648d95a432e2913c025950417c12b0fb34 100644 (file)
@@ -52,6 +52,7 @@ define LONG_DESC
 endef
 
 PREFIX     = $(TOOLS_DIR)/usr
+CFLAGS    += -static
 
 ###############################################################################
 # Top-level Rules