From: Ximin Luo Date: Thu, 20 Oct 2016 15:41:28 +0000 (+0200) Subject: Another upstream test depends on the behaviour of -custom X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~106 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=415405c79e27605041d983629fbdb3c402c1a4e0;p=ocaml.git Another upstream test depends on the behaviour of -custom --- diff --git a/debian/patches/0006-Embed-bytecode-in-C-object-when-using-custom.patch b/debian/patches/0006-Embed-bytecode-in-C-object-when-using-custom.patch index d9446a71..b1f59832 100644 --- a/debian/patches/0006-Embed-bytecode-in-C-object-when-using-custom.patch +++ b/debian/patches/0006-Embed-bytecode-in-C-object-when-using-custom.patch @@ -176,3 +176,15 @@ Signed-off-by: Stephane Glondu + include $(BASEDIR)/makefiles/Makefile.one include $(BASEDIR)/makefiles/Makefile.common +--- a/testsuite/tests/regression/pr3612/Makefile ++++ b/testsuite/tests/regression/pr3612/Makefile +@@ -16,6 +16,9 @@ + MAIN_MODULE=pr3612 + C_FILES=custom_finalize + ++# This test relies on the upstream behaviour of -custom ++export OCAML_CUSTOM_EMBED=n ++ + BASEDIR=../../.. + include $(BASEDIR)/makefiles/Makefile.one + include $(BASEDIR)/makefiles/Makefile.common