svn commit: r443036 - head/databases/libmemcached

Matthew Seaman matthew at FreeBSD.org
Fri Jun 9 19:06:43 UTC 2017


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


More information about the svn-ports-all mailing list