Pourdriere produces faulty build results due to bsd.openssl.mk bug

Yuri yuri at rawbw.com
Sat Apr 11 23:01:55 UTC 2015


The is also this bug in bsd.openssl.mk that lines like this
CFLAGS+=                -Wl,-rpath,${OPENSSLRPATH}
need to have -L${OPENSSLRPATH} before -Wl,-rpath.

This is because pure -Wl,-rpath,${SOMEPATH} w/out preceding 
-L${SOMAPATH} doesn't force-link to that path. -L/usr/local/lib is 
*usually* but *not always* present. I saw the cases when -Wl,-rpath 
fails to link to that path w/out -L before it.

Yuri


More information about the freebsd-ports mailing list