pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/siod



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Nov 18 14:12:48 UTC 2021

Modified Files:
        pkgsrc/lang/siod: Makefile

Log Message:
siod: incompatible with MKPIE/RELRO


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/lang/siod/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/siod/Makefile
diff -u pkgsrc/lang/siod/Makefile:1.25 pkgsrc/lang/siod/Makefile:1.26
--- pkgsrc/lang/siod/Makefile:1.25      Mon Sep  4 18:00:56 2017
+++ pkgsrc/lang/siod/Makefile   Thu Nov 18 14:12:48 2021
@@ -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_FILE=           makefile
 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