--- a/build-scripts/strip_fPIC.sh Mon Jun 26 01:33:53 2006 +0000
+++ b/build-scripts/strip_fPIC.sh Mon Jun 26 05:27:15 2006 +0000
@@ -8,6 +8,9 @@
-?PIC)
# Ignore -fPIC and -DPIC options
;;
+ -fno-common)
+ # Ignore -fPIC and -DPIC options
+ ;;
*)
command="$command $1"
;;