Date: Wed, 8 May 2019 16:24:42 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501032 - head/emulators/qemu-sbruno Message-ID: <201905081624.x48GOguo036722@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed May 8 16:24:42 2019 New Revision: 501032 URL: https://svnweb.freebsd.org/changeset/ports/501032 Log: Unbreak qemu-user-static at runtime Modified: head/emulators/qemu-sbruno/Makefile Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Wed May 8 16:23:37 2019 (r501031) +++ head/emulators/qemu-sbruno/Makefile Wed May 8 16:24:42 2019 (r501032) @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.11.50.g20190318 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators PKGNAMESUFFIX?= -sbruno DIST_SUBDIR= qemu/${PORTVERSION} @@ -128,6 +128,7 @@ PLIST_SUB+= SOFTMMU="" PLIST_SUB+= STATIC="" .endif +SSP_CFLAGS?= -fstack-protector # XXX -strong crashes qemu-user-static WITHOUT_CPU_CFLAGS=yes #to avoid problems with register allocation CFLAGS:= ${CFLAGS:C/-fno-tree-vrp//} CFLAGS+= -Wno-address-of-packed-member
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905081624.x48GOguo036722>