pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/compat15-extras compat15-extras: no point ch...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6a4c061cc9aa
branches: trunk
changeset: 401785:6a4c061cc9aa
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Sep 26 09:43:50 2019 +0000
description:
compat15-extras: no point checking RELRO on these binaries
diffstat:
emulators/compat15-extras/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 094422fcbc10 -r 6a4c061cc9aa emulators/compat15-extras/Makefile
--- a/emulators/compat15-extras/Makefile Thu Sep 26 09:39:24 2019 +0000
+++ b/emulators/compat15-extras/Makefile Thu Sep 26 09:43:50 2019 +0000
@@ -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 @@
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