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:   wiz
Date:           Mon Aug 17 20:37:53 UTC 2020

Modified Files:
        pkgsrc/sysutils/xentools411: Makefile

Log Message:
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
).


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 pkgsrc/sysutils/xentools411/Makefile:1.20
--- pkgsrc/sysutils/xentools411/Makefile:1.19   Tue Jun 23 13:22:30 2020
+++ pkgsrc/sysutils/xentools411/Makefile        Mon Aug 17 20:37:53 2020
@@ -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=${PYTHONBI
 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