pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xentools411



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Nov  9 11:11:49 UTC 2021

Modified Files:
        pkgsrc/sysutils/xentools411: Makefile

Log Message:
xentools411: MKPIE not supported, requires predictable object positions


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/xentools411/Makefile

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

Modified files:

Index: pkgsrc/sysutils/xentools411/Makefile
diff -u pkgsrc/sysutils/xentools411/Makefile:1.27 pkgsrc/sysutils/xentools411/Makefile:1.28
--- pkgsrc/sysutils/xentools411/Makefile:1.27   Mon May 24 19:54:21 2021
+++ pkgsrc/sysutils/xentools411/Makefile        Tue Nov  9 11:11:48 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2021/05/24 19:54:21 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2021/11/09 11:11:48 nia Exp $
 #
 # VERSION is set in version.mk as it is shared with other packages
 PKGREVISION=   5
@@ -37,6 +37,7 @@ ONLY_FOR_PLATFORM=    Linux-2.6*-x86_64
 ONLY_FOR_PLATFORM+=    NetBSD-[5-9].*-x86_64
 
 SSP_SUPPORTED=         no
+MKPIE_SUPPORTED=       no
 
 CONFLICTS+=            libxen-[0-9]*
 CONFLICTS+=            xenstoretools-[0-9]*



Home | Main Index | Thread Index | Old Index