summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-08-17 20:37:53 +0000
committerwiz <wiz@pkgsrc.org>2020-08-17 20:37:53 +0000
commita5df19469392f04a1859029bac69d966916189b9 (patch)
tree628a5882d7744d5476aa42af31b0a9188690223c
parenta8eeea619a5fe5ae07da17fbbe056d888a02067d (diff)
downloadpkgsrc-a5df19469392f04a1859029bac69d966916189b9.tar.gz
xentools411: fix build with SSP
The stacksize limit causes a warning, which -Werror transforms to a build failure. Remove it. This package has more problems: During installation, I see: env: python: No such file or directory and it's not RELRO safe (LDFLAGS are ignored for lib/debug/usr/pkg/libexec/xen/boot/xen-shim-syms lib/libfsimage.so.1.0.0 libexec/xen/boot/xen-shim ).
-rw-r--r--sysutils/xentools411/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xentools411/Makefile b/sysutils/xentools411/Makefile
index 7c07b2d6056..fd1ee912f2a 100644
--- a/sysutils/xentools411/Makefile
+++ b/sysutils/xentools411/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2020/06/23 13:22:30 manu Exp $
+# $NetBSD: Makefile,v 1.20 2020/08/17 20:37:53 wiz Exp $
#
VERSION= 4.11.3
VERSION_IPXE= 356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d
@@ -63,6 +63,8 @@ MAKE_ENV+= MV=${MV:Q} PYTHON=${PYTHONBIN:Q} SED=${SED:Q}
MAKE_ENV+= V=YES
MAKE_ENV+= NO_WERROR=1
+BUILDLINK_TRANSFORM+= rm:-Werror
+
PYTHON_VERSIONS_ACCEPTED= 27
PY_PATCHPLIST= yes