summaryrefslogtreecommitdiff
path: root/mk/ocaml.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/ocaml.mk')
-rw-r--r--mk/ocaml.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/ocaml.mk b/mk/ocaml.mk
index f0ab8eb0334..f550bdb18de 100644
--- a/mk/ocaml.mk
+++ b/mk/ocaml.mk
@@ -1,4 +1,4 @@
-# $NetBSD: ocaml.mk,v 1.28 2020/04/21 11:23:29 jaapb Exp $
+# $NetBSD: ocaml.mk,v 1.29 2021/10/03 07:06:42 nia Exp $
#
# This Makefile fragment handles the common variables used by OCaml packages.
#
@@ -40,6 +40,10 @@
.if !defined(OCAML_MK)
OCAML_MK= # defined
+# Text relocations errors when building packages that use
+# ocamlfind on i386.
+MKPIE_SUPPORTED= no
+
.include "../../mk/bsd.fast.prefs.mk"
BUILD_DEFS+= OCAML_USE_OPT_COMPILER