From eae8c877fed25aee7217fa403912cb0596cff8c9 Mon Sep 17 00:00:00 2001 From: Gabriel Scherer Date: Thu, 10 Dec 2020 18:57:21 +0100 Subject: [PATCH] update the ocaml-src submodule to track the maintenance 4.07 branch Building 4.07 (and 4.08) was broken on recent GCC versions; I just pushed a commit to the maintenance branch of 4.07 to fix this, so that I can build on my machine. --- ocaml-src | 2 +- patches/compflags.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ocaml-src b/ocaml-src index 4132d38..4135828 160000 --- a/ocaml-src +++ b/ocaml-src @@ -1 +1 @@ -Subproject commit 4132d38ec5da4874688b957c28d0fcba2e8bbb9e +Subproject commit 4135828a4b66eb7403d68839da701257c0ccd31e diff --git a/patches/compflags.patch b/patches/compflags.patch index 8d7e3c2..19f54d2 100644 --- a/patches/compflags.patch +++ b/patches/compflags.patch @@ -1,5 +1,5 @@ 19,20c19 < echo ' -nopervasives -no-alias-deps -w -49' \ -< ' -pp "$AWK -f expand_module_aliases.awk"';; +< ' -pp "$AWK -f ./expand_module_aliases.awk"';; --- > echo ' -nopervasives -no-alias-deps -w -49';;