pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/compat15-extras



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 26 09:43:50 UTC 2019

Modified Files:
        pkgsrc/emulators/compat15-extras: Makefile

Log Message:
compat15-extras: no point checking RELRO on these binaries


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/compat15-extras/Makefile

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

Modified files:

Index: pkgsrc/emulators/compat15-extras/Makefile
diff -u pkgsrc/emulators/compat15-extras/Makefile:1.4 pkgsrc/emulators/compat15-extras/Makefile:1.5
--- pkgsrc/emulators/compat15-extras/Makefile:1.4       Sat Jun  7 21:20:46 2008
+++ pkgsrc/emulators/compat15-extras/Makefile   Thu Sep 26 09:43:50 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/06/07 21:20:46 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2019/09/26 09:43:50 wiz Exp $
 
 COMPAT_PKG=            compat15        # for compat_netbsd/Makefile.common
 NETBSD_VERSION=                1.5
@@ -27,4 +27,6 @@ post-extract:
        cd ${WRKSRC}/usr/lib && mv libtermlib.so.0.0 libtermlib.so.0.4
 .endif
 
+CHECK_RELRO_SKIP+=     *
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index