pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ocaml ocaml: unsafe for MKPIE



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6dc470de57da
branches:  trunk
changeset: 459134:6dc470de57da
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Sep 30 11:08:57 2021 +0000

description:
ocaml: unsafe for MKPIE

diffstat:

 lang/ocaml/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 9e72c0bef843 -r 6dc470de57da lang/ocaml/Makefile.common
--- a/lang/ocaml/Makefile.common        Thu Sep 30 11:04:08 2021 +0000
+++ b/lang/ocaml/Makefile.common        Thu Sep 30 11:08:57 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.62 2021/03/08 08:08:43 jaapb Exp $
+# $NetBSD: Makefile.common,v 1.63 2021/09/30 11:08:57 nia Exp $
 
 # used by x11/labltk/Makefile
 DISTNAME=      ocaml-4.11.2
@@ -27,6 +27,9 @@
 #DISTINFO_FILE=        ${.CURDIR}/../../lang/ocaml/distinfo
 #PATCHDIR=     ${.CURDIR}/../../lang/ocaml/patches
 
+# build failure on i386: "../ocamlopt.opt: text relocations"
+MKPIE_SUPPORTED=       no
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "Linux"



Home | Main Index | Thread Index | Old Index