pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/compat15 compat15: no point checking RELRO o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbbcdcb19276
branches:  trunk
changeset: 340201:cbbcdcb19276
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 26 09:44:48 2019 +0000

description:
compat15: no point checking RELRO on these binaries

diffstat:

 emulators/compat15/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 811f540f34c7 -r cbbcdcb19276 emulators/compat15/Makefile
--- a/emulators/compat15/Makefile       Thu Sep 26 09:43:50 2019 +0000
+++ b/emulators/compat15/Makefile       Thu Sep 26 09:44:48 2019 +0000
@@ -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+=      compat16>=1.6:../../emulators/compat16
 .endif
 
+CHECK_RELRO_SKIP=      *
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index