Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 985028be9c7118a8097902ba7d7a6540 > files > 8

ocaml-cmigrep-1.5-16.fc13.src.rpm

--- ocaml-3.10.0/configure.opt	2007-06-02 16:50:12.000000000 +0200
+++ ocaml-3.10.0/configure	2007-06-02 16:50:34.000000000 +0200
@@ -1425,6 +1425,10 @@
     nativecccompopts="$nativecccompopts -fomit-frame-pointer";;
 esac
 
+# Allow user defined C Compiler flags
+bytecccompopts="$bytecccompopts $CFLAGS"
+nativecccompopts="$nativecccompopts $CFLAGS"
+
 # Finish generated files
 
 cclibs="$cclibs $mathlib"