Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xentools411 xentools411: fix build with SSP



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a3ab93aca4f
branches:  trunk
changeset: 437150:1a3ab93aca4f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 17 20:37:53 2020 +0000

description:
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
).

diffstat:

 sysutils/xentools411/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4d730a7b7914 -r 1a3ab93aca4f sysutils/xentools411/Makefile
--- a/sysutils/xentools411/Makefile     Mon Aug 17 20:19:01 2020 +0000
+++ b/sysutils/xentools411/Makefile     Mon Aug 17 20:37:53 2020 +0000
@@ -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+=             V=YES
 MAKE_ENV+=             NO_WERROR=1
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 PYTHON_VERSIONS_ACCEPTED=      27
 
 PY_PATCHPLIST=         yes



Home | Main Index | Thread Index | Old Index