1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

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
This commit is contained in:
Mathieu Arnold 2017-08-08 15:51:38 +00:00
parent cda78b2d85
commit b47ad5604b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447546

View File

@ -12,6 +12,8 @@ COMMENT= Persistent key-value database with built-in net interface
LICENSE= BSD3CLAUSE
BROKEN_FreeBSD_10_i386= undefined reference to __atomic_fetch_add_8
USES= execinfo
OPTIONS_DEFINE= TESTS TRIB