Disable stack protector, this should fix avahi-app segfaults people are

reporting.

PR:		ports/186097
Submitted by:	sergio lenzi <lenzi.sergio@gmail.com>
This commit is contained in:
Koop Mast 2014-01-31 17:13:46 +00:00
parent 7ce415779d
commit 0707cb5aaf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342046

View File

@ -4,7 +4,7 @@
PORTNAME= avahi
PORTVERSION= 0.6.31
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES?= net dns
MASTER_SITES= http://www.avahi.org/download/
PKGNAMESUFFIX?= -app
@ -88,6 +88,7 @@ CONFIGURE_ARGS+=--enable-mono
.else
CONFIGURE_ARGS+=--disable-mono
.endif
CONFIGURE_ARGS+=--disable-stack-protector
post-patch: avahi-post-patch