pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk mk/ocaml.mk: Disable MKPIE pending investigation by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bec9c75558ae
branches:  trunk
changeset: 459303:bec9c75558ae
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Oct 03 07:06:42 2021 +0000

description:
mk/ocaml.mk: Disable MKPIE pending investigation by an ocaml-knower

diffstat:

 mk/ocaml.mk |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 443514fee122 -r bec9c75558ae mk/ocaml.mk
--- a/mk/ocaml.mk       Sun Oct 03 06:02:32 2021 +0000
+++ b/mk/ocaml.mk       Sun Oct 03 07:06:42 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index