summaryrefslogtreecommitdiffstats
path: root/development/ocaml/configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/ocaml/configure.patch')
-rw-r--r--development/ocaml/configure.patch25
1 files changed, 12 insertions, 13 deletions
diff --git a/development/ocaml/configure.patch b/development/ocaml/configure.patch
index a57b19fb56..4809a26c64 100644
--- a/development/ocaml/configure.patch
+++ b/development/ocaml/configure.patch
@@ -1,13 +1,12 @@
---- 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"
+diff -Naur ocaml-4.13.1.orig/configure ocaml-4.13.1/configure
+--- ocaml-4.13.1.orig/configure 2021-09-30 17:40:11.000000000 +0200
++++ ocaml-4.13.1/configure 2022-02-15 16:03:05.417656000 +0100
+@@ -12758,7 +12758,7 @@
+ internal_cflags="-Wno-unused $cc_warnings \
+ -fexcess-precision=standard"
+ # TODO: see whether the code can be fixed to avoid -Wno-unused
+- common_cflags="-O2 -fno-strict-aliasing -fwrapv -mms-bitfields"
++ common_cflags="@CFLAGS@ -fno-strict-aliasing -fwrapv -mms-bitfields"
+ internal_cppflags='-D__USE_MINGW_ANSI_STDIO=0 -DUNICODE -D_UNICODE'
+ internal_cppflags="$internal_cppflags -DWINDOWS_UNICODE="
+ internal_cppflags="${internal_cppflags}\$(WINDOWS_UNICODE)" ;; #(