pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ghc7



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Nov 12 13:49:16 UTC 2018

Modified Files:
        pkgsrc/lang/ghc7: Makefile

Log Message:
ghc7: Add STRIP_FILES_SKIP for a problematic file.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/lang/ghc7/Makefile

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

Modified files:

Index: pkgsrc/lang/ghc7/Makefile
diff -u pkgsrc/lang/ghc7/Makefile:1.29 pkgsrc/lang/ghc7/Makefile:1.30
--- pkgsrc/lang/ghc7/Makefile:1.29      Wed Aug 22 09:45:20 2018
+++ pkgsrc/lang/ghc7/Makefile   Mon Nov 12 13:49:16 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2018/08/22 09:45:20 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2018/11/12 13:49:16 jperkin Exp $
 # -----------------------------------------------------------------------------
 # Package metadata
 #
@@ -174,6 +174,9 @@ CHECK_SHLIBS_SKIP+=         */libHS*-ghc${PKGVE
 .endif
 
 
+# ld: fatal: relocation error ... relocation requires reference symbol
+STRIP_FILES_SKIP+=             lib/${PKGNAME_NOREV}/libHSrts.a
+
 # -----------------------------------------------------------------------------
 # Dependencies
 #



Home | Main Index | Thread Index | Old Index