pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Oct  3 07:06:42 UTC 2021

Modified Files:
        pkgsrc/mk: ocaml.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/mk/ocaml.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/ocaml.mk
diff -u pkgsrc/mk/ocaml.mk:1.28 pkgsrc/mk/ocaml.mk:1.29
--- pkgsrc/mk/ocaml.mk:1.28     Tue Apr 21 11:23:29 2020
+++ pkgsrc/mk/ocaml.mk  Sun Oct  3 07:06:42 2021
@@ -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