svn commit: r501032 - head/emulators/qemu-sbruno

Antoine Brodin antoine at FreeBSD.org
Wed May 8 16:24:43 UTC 2019


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


More information about the svn-ports-all mailing list