From 722250f906e90f29c2cfb999ba97f409a3090a1d Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 25 Feb 2012 22:16:04 +0100 Subject: [PATCH] fix default of $CC --- all | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/all b/all index de482c74..a5f5d8ce 100755 --- a/all +++ b/all @@ -942,8 +942,9 @@ case "$cmd" in debug=debug snowleopardhack=false if [ -z "$CC" ]; then - export CC="gcc -DSUPPORTIPV6" + export CC="gcc" fi + export CC="$CC -DSUPPORTIPV6" while :; do case "$1" in -0) -- 2.39.2