Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Mar 2016 11:52:34 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411773 - head/net/corosync
Message-ID:  <201603241152.u2OBqYIn080584@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Mar 24 11:52:34 2016
New Revision: 411773
URL: https://svnweb.freebsd.org/changeset/ports/411773

Log:
  Build with GCC.  It segfaults with Clang.
  
  PR:		208182

Modified:
  head/net/corosync/Makefile

Modified: head/net/corosync/Makefile
==============================================================================
--- head/net/corosync/Makefile	Thu Mar 24 11:18:15 2016	(r411772)
+++ head/net/corosync/Makefile	Thu Mar 24 11:52:34 2016	(r411773)
@@ -3,6 +3,7 @@
 
 PORTNAME=	corosync
 PORTVERSION=	2.3.5
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://build.clusterlabs.org/corosync/releases/
 
@@ -15,6 +16,7 @@ LIB_DEPENDS=	libnss3.so:${PORTSDIR}/secu
 		libqb.so:${PORTSDIR}/devel/libqb
 
 USES=		gmake libtool pathfix pkgconfig
+USE_GCC=	yes	# segfaults when built with Clang
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	${PORTNAME} ${PORTNAME}-notifyd
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603241152.u2OBqYIn080584>