summaryrefslogtreecommitdiff
path: root/sysutils/xentools41/patches/patch-ocaml_common.make
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xentools41/patches/patch-ocaml_common.make')
-rw-r--r--sysutils/xentools41/patches/patch-ocaml_common.make13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/xentools41/patches/patch-ocaml_common.make b/sysutils/xentools41/patches/patch-ocaml_common.make
new file mode 100644
index 00000000000..97b9995fd9e
--- /dev/null
+++ b/sysutils/xentools41/patches/patch-ocaml_common.make
@@ -0,0 +1,13 @@
+$NetBSD: patch-ocaml_common.make,v 1.1 2013/03/15 16:10:58 is Exp $
+
+--- ocaml/common.make.orig 2013-03-13 09:31:47.000000000 +0000
++++ ocaml/common.make
+@@ -3,7 +3,7 @@ include $(XEN_ROOT)/tools/Rules.mk
+ CC ?= gcc
+ OCAMLOPT ?= ocamlopt
+ OCAMLC ?= ocamlc
+-OCAMLMKLIB ?= ocamlmklib
++OCAMLMKLIB ?= ocamlmklib -elfmode
+ OCAMLDEP ?= ocamldep
+ OCAMLLEX ?= ocamllex
+ OCAMLYACC ?= ocamlyacc