summaryrefslogtreecommitdiff
path: root/debian/patches/0003-Fix-the-build-on-non-native-architectures.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0003-Fix-the-build-on-non-native-architectures.patch')
-rw-r--r--debian/patches/0003-Fix-the-build-on-non-native-architectures.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/patches/0003-Fix-the-build-on-non-native-architectures.patch b/debian/patches/0003-Fix-the-build-on-non-native-architectures.patch
index 3eee68d..45d1837 100644
--- a/debian/patches/0003-Fix-the-build-on-non-native-architectures.patch
+++ b/debian/patches/0003-Fix-the-build-on-non-native-architectures.patch
@@ -12,9 +12,11 @@ Forwarded: https://bugs.launchpad.net/ocamlbricks/+bug/1130098
Makefile.d/ocamlmklib_wrapper.sh | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
+diff --git a/Makefile.d/ocamlmklib_wrapper.sh b/Makefile.d/ocamlmklib_wrapper.sh
+index 420dfca..ca08798 100755
--- a/Makefile.d/ocamlmklib_wrapper.sh
+++ b/Makefile.d/ocamlmklib_wrapper.sh
-@@ -40,5 +40,9 @@ CMX=$(ocamlobjinfo _build/ocamlbricks.cm
+@@ -40,5 +40,9 @@ CMX=$(ocamlobjinfo _build/ocamlbricks.cma | awk '/Unit name/{x=tolower(substr($3
cd _build/
echo "Rebuilding library with ocamlmklib..."
echo '---'; set -x; ocamlc -a -linkall -dllib -locamlbricks_stubs -o ocamlbricks.cma $INCLUDES $CMO; set +x