svn commit: r447546 - head/databases/redis-devel

Mathieu Arnold mat at FreeBSD.org
Tue Aug 8 15:51:39 UTC 2017


Author: mat
Date: Tue Aug  8 15:51:38 2017
New Revision: 447546
URL: https://svnweb.freebsd.org/changeset/ports/447546

Log:
  Fails to build on 10 i386:
  
  networking.o: In function `createClient':
  networking.c:(.text+0x189): undefined reference to `__atomic_fetch_add_8'
  cc: error: linker command failed with exit code 1 (use -v to see invocation)
  
  Sponsored by:	Absolight

Modified:
  head/databases/redis-devel/Makefile   (contents, props changed)

Modified: head/databases/redis-devel/Makefile
==============================================================================
--- head/databases/redis-devel/Makefile	Tue Aug  8 15:47:30 2017	(r447545)
+++ head/databases/redis-devel/Makefile	Tue Aug  8 15:51:38 2017	(r447546)
@@ -12,6 +12,8 @@ COMMENT=	Persistent key-value database with built-in n
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN_FreeBSD_10_i386=	undefined reference to __atomic_fetch_add_8
+
 USES=		execinfo
 
 OPTIONS_DEFINE=	TESTS TRIB


More information about the svn-ports-all mailing list