slackbuilds_ponce/development/ocaml/configure.patch
Markus Hutmacher 66e64d0001 development/ocaml: Updated for version 4.01.0 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-05-24 08:08:04 +07:00

13 lines
390 B
Diff

--- configure_old 2014-05-23 22:45:22.000000000 +0200
+++ configure 2014-05-23 22:45:31.000000000 +0200
@@ -1612,6 +1612,10 @@
nativecccompopts="$nativecccompopts -fomit-frame-pointer";;
esac
+# Add additional flags from the environment
+bytecccompopts="$bytecccompopts $CFLAGS"
+nativecccompopts="$nativecccompopts $CFLAGS"
+
# Finish generated files
cclibs="$cclibs $mathlib"