Created attachment 154190 [details] poudriere build log When selecting 'REDIS' option, build fails with error: libtool: link: require no space between `-L' and `-lhiredis' poudriere log attached (FreeBSD 9.x amd64)
This is bug in databases/hiredis, on my system pkg-conf returns wrong linker flags: > pkg-config --libs hiredis -L -lhiredis
A commit references this bug: Author: gblach Date: Fri Mar 13 20:49:11 UTC 2015 New revision: 381232 URL: https://svnweb.freebsd.org/changeset/ports/381232 Log: Fix pkgconf file PR: 198513 Obtained from: github.com/redis/hiredis Changes: head/databases/hiredis/Makefile head/databases/hiredis/files/ head/databases/hiredis/files/patch-Makefile
Fixed, thanks.