Date: Fri, 31 Jan 2014 17:13:46 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342046 - head/net/avahi-app Message-ID: <201401311713.s0VHDkHg011716@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Fri Jan 31 17:13:46 2014 New Revision: 342046 URL: http://svnweb.freebsd.org/changeset/ports/342046 QAT: https://qat.redports.org/buildarchive/r342046/ Log: Disable stack protector, this should fix avahi-app segfaults people are reporting. PR: ports/186097 Submitted by: sergio lenzi <lenzi.sergio@gmail.com> Modified: head/net/avahi-app/Makefile Modified: head/net/avahi-app/Makefile ============================================================================== --- head/net/avahi-app/Makefile Fri Jan 31 17:13:02 2014 (r342045) +++ head/net/avahi-app/Makefile Fri Jan 31 17:13:46 2014 (r342046) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401311713.s0VHDkHg011716>