pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/xentools418
Module Name: pkgsrc
Committed By: brook
Date: Tue Jan 16 19:49:52 UTC 2024
Modified Files:
pkgsrc/sysutils/xentools418: Makefile
Log Message:
sysutils/xentools418: replace /usr/pkg in CHECK_RELRO_SKIP with ${PREFIX}
Currently, the package fails to build if ${PREFIX} is not /usr/pkg,
because one file is not skipped in the RELRO check.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/xentools418/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/xentools418/Makefile
diff -u pkgsrc/sysutils/xentools418/Makefile:1.3 pkgsrc/sysutils/xentools418/Makefile:1.4
--- pkgsrc/sysutils/xentools418/Makefile:1.3 Sat Jan 13 20:16:02 2024
+++ pkgsrc/sysutils/xentools418/Makefile Tue Jan 16 19:49:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/01/13 20:16:02 gdt Exp $
+# $NetBSD: Makefile,v 1.4 2024/01/16 19:49:52 brook Exp $
#
# VERSION is set in version.mk as it is shared with other packages
#PKGREVISION= 1
@@ -40,7 +40,7 @@ CHECK_PORTABILITY_SKIP= tools/examples/*
tools/qemu-xen/scripts/qemu-binfmt-conf.sh
CHECK_RELRO_SKIP= libexec/xen/boot/hvmloader
CHECK_RELRO_SKIP+= libexec/xen/boot/xen-shim
-CHECK_RELRO_SKIP+= lib/debug/usr/pkg/libexec/xen/boot/xen-shim-syms
+CHECK_RELRO_SKIP+= lib/debug${PREFIX}/libexec/xen/boot/xen-shim-syms
EGDIR= ${PREFIX}/share/examples/xen
MESSAGE_SUBST+= EGDIR=${EGDIR}
Home |
Main Index |
Thread Index |
Old Index