Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jun 2017 19:06:42 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443036 - head/databases/libmemcached
Message-ID:  <201706091906.v59J6gVE033677@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Fri Jun  9 19:06:41 2017
New Revision: 443036
URL: https://svnweb.freebsd.org/changeset/ports/443036

Log:
  Fix the build in a better way -- this works irrespective of the SASL
  option setting
  
  PR:		219168
  Submitted by:	sunpoet

Modified:
  head/databases/libmemcached/Makefile

Modified: head/databases/libmemcached/Makefile
==============================================================================
--- head/databases/libmemcached/Makefile	Fri Jun  9 18:57:42 2017	(r443035)
+++ head/databases/libmemcached/Makefile	Fri Jun  9 19:06:41 2017	(r443036)
@@ -23,8 +23,8 @@ CONFIGURE_ARGS=	--without-memcached \
 		--without-sphinx-build \
 		--enable-libmemcachedprotocol
 
-LIBS+=		-L${LOCALBASE}/lib -lexecinfo -lthr
-CXXFLAGS+=	-D__STDC_CONSTANT_MACROS
+LIBS+=		-L${LOCALBASE}/lib -lexecinfo
+CXXFLAGS+=	-D__STDC_CONSTANT_MACROS -pthread
 
 OPTIONS_DEFINE=		DEBUG DTRACE MEMASLAP SASL
 OPTIONS_DEFAULT=	MEMASLAP SASL MURMUR FNV64



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