mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
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:
parent
7ce415779d
commit
0707cb5aaf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342046
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user