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/811f540f34c7
branches: trunk
changeset: 340200:811f540f34c7
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 ee57b16b5437 -r 811f540f34c7 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