pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/siod siod: incompatible with MKPIE/RELRO



details:   https://anonhg.NetBSD.org/pkgsrc/rev/468dc4e5f7d5
branches:  trunk
changeset: 769670:468dc4e5f7d5
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Nov 18 14:12:48 2021 +0000

description:
siod: incompatible with MKPIE/RELRO

diffstat:

 lang/siod/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 4cb0ff190129 -r 468dc4e5f7d5 lang/siod/Makefile
--- a/lang/siod/Makefile        Thu Nov 18 14:07:59 2021 +0000
+++ b/lang/siod/Makefile        Thu Nov 18 14:12:48 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2017/09/04 18:00:56 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2021/11/18 14:12:48 nia Exp $
 
 DISTNAME=              siod
 PKGNAME=               siod-3.0
@@ -18,6 +18,10 @@
 MAKE_JOBS_SAFE=                no
 BUILD_TARGET=          ${OPSYS:S/Linux/linux/}
 MAKE_ENV+=             CC=${CC:Q}
+
+MKPIE_SUPPORTED=       no
+RELRO_SUPPORTED=       no
+
 CPPFLAGS+=             -Dunix=1
 
 # XXX: cannot check as WRKSRC == WRKDIR so paths are stripped



Home | Main Index | Thread Index | Old Index