Another upstream test depends on the behaviour of -custom
authorXimin Luo <infinity0@debian.org>
Thu, 20 Oct 2016 15:41:28 +0000 (17:41 +0200)
committerXimin Luo <infinity0@debian.org>
Thu, 20 Oct 2016 15:41:28 +0000 (17:41 +0200)
debian/patches/0006-Embed-bytecode-in-C-object-when-using-custom.patch

index d9446a7193b0fb43ccced051066b7457a599505c..b1f59832d691bed809202d6241bd0f74767f227d 100644 (file)
@@ -176,3 +176,15 @@ Signed-off-by: Stephane Glondu <steph@glondu.net>
 +
  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