From 415405c79e27605041d983629fbdb3c402c1a4e0 Mon Sep 17 00:00:00 2001 From: Ximin Luo Date: Thu, 20 Oct 2016 17:41:28 +0200 Subject: [PATCH] Another upstream test depends on the behaviour of -custom --- ...mbed-bytecode-in-C-object-when-using-custom.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- 2.30.2