summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-10-03 07:06:42 +0000
committernia <nia@pkgsrc.org>2021-10-03 07:06:42 +0000
commit049e58056f3bb676e647bcca0a33ace86b77bf02 (patch)
tree9a4c2a1b49b44f725747ae3b91c3dc52b2286af8 /mk
parenta78c6dd8ccae9e0037d95d4e0b0348aa88d135e4 (diff)
downloadpkgsrc-049e58056f3bb676e647bcca0a33ace86b77bf02.tar.gz
mk/ocaml.mk: Disable MKPIE pending investigation by an ocaml-knower
Diffstat (limited to '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