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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to