pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/compat15



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 26 09:44:48 UTC 2019

Modified Files:
        pkgsrc/emulators/compat15: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/compat15/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/Makefile
diff -u pkgsrc/emulators/compat15/Makefile:1.4 pkgsrc/emulators/compat15/Makefile:1.5
--- pkgsrc/emulators/compat15/Makefile:1.4      Tue Nov 27 19:20:42 2007
+++ pkgsrc/emulators/compat15/Makefile  Thu Sep 26 09:44:48 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2007/11/27 19:20:42 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2019/09/26 09:44:48 wiz Exp $
 
 COMPAT_PKG=            compat15        # for compat_netbsd/Makefile.common
 NETBSD_VERSION=                1.5
@@ -62,4 +62,6 @@ DEPENDS+=     netbsd32_compat16>=1.6:../../e
 DEPENDS+=      compat16>=1.6:../../emulators/compat16
 .endif
 
+CHECK_RELRO_SKIP=      *
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index