diff options
author | khorben <khorben@pkgsrc.org> | 2017-10-27 23:50:38 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2017-10-27 23:50:38 +0000 |
commit | bbfff8d32f58561c1fd956917998a42348b8fdc1 (patch) | |
tree | 74c9e263a977573e6eda775ff3cd7a9d3ff8605e | |
parent | d955342a0e9a99c2ce52c357821a90e3e1f75bff (diff) | |
download | pkgsrc-bbfff8d32f58561c1fd956917998a42348b8fdc1.tar.gz |
Skip the RELRO test for libexec/xen/boot/hvmloader
-rw-r--r-- | sysutils/xentools45/Makefile | 3 | ||||
-rw-r--r-- | sysutils/xentools46/Makefile | 3 | ||||
-rw-r--r-- | sysutils/xentools48/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/xentools45/Makefile b/sysutils/xentools45/Makefile index 56f5a6e781f..d22750aa563 100644 --- a/sysutils/xentools45/Makefile +++ b/sysutils/xentools45/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2017/09/08 09:51:25 jaapb Exp $ +# $NetBSD: Makefile,v 1.52 2017/10/27 23:50:38 khorben Exp $ VERSION= 4.5.5 PKGREVISION= 7 @@ -38,6 +38,7 @@ CONFLICTS+= xenstoretools-[0-9]* XENTOP= ${WRKDIR}/xen-${VERSION} WRKSRC= ${XENTOP}/tools CHECK_PORTABILITY_SKIP= examples/* +CHECK_RELRO_SKIP= libexec/xen/boot/hvmloader EGDIR= ${PREFIX}/share/examples/xen MESSAGE_SUBST+= EGDIR=${EGDIR} diff --git a/sysutils/xentools46/Makefile b/sysutils/xentools46/Makefile index db19b4b879d..b5251c61496 100644 --- a/sysutils/xentools46/Makefile +++ b/sysutils/xentools46/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2017/10/17 11:10:36 bouyer Exp $ +# $NetBSD: Makefile,v 1.24 2017/10/27 23:50:38 khorben Exp $ # # VERSION is set in version.mk as it is shared with other packages .include "version.mk" @@ -38,6 +38,7 @@ CONFLICTS+= xenstoretools-[0-9]* XENTOP= ${WRKDIR}/xen-${VERSION} WRKSRC= ${XENTOP}/tools CHECK_PORTABILITY_SKIP= examples/* +CHECK_RELRO_SKIP= libexec/xen/boot/hvmloader EGDIR= ${PREFIX}/share/examples/xen MESSAGE_SUBST+= EGDIR=${EGDIR} diff --git a/sysutils/xentools48/Makefile b/sysutils/xentools48/Makefile index 4ac5add2d9e..5c9cf6473d2 100644 --- a/sysutils/xentools48/Makefile +++ b/sysutils/xentools48/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/10/17 11:10:36 bouyer Exp $ +# $NetBSD: Makefile,v 1.11 2017/10/27 23:50:38 khorben Exp $ # VERSION= 4.8.2 VERSION_IPXE= 827dd1bfee67daa683935ce65316f7e0f057fe1c @@ -77,6 +77,7 @@ CONFLICTS+= xenstoretools-[0-9]* CHECK_PORTABILITY_SKIP= tools/examples/* \ tools/qemu-xen/scripts/qemu-binfmt-conf.sh +CHECK_RELRO_SKIP= libexec/xen/boot/hvmloader EGDIR= ${PREFIX}/share/examples/xen MESSAGE_SUBST+= EGDIR=${EGDIR} |