/etc/make.conf has: WITH_OPENSSL_PORT= irc/bip builds with: /usr/local/bin/bip: libssl.so.6 => /usr/lib/libssl.so.6 (0x280aa000) libcrypto.so.6 => /lib/libcrypto.so.6 (0x280ef000) libc.so.7 => /lib/libc.so.7 (0x28241000) The port's Makefile includes "USE_OPENSSL= yes" but the port doesn't seem to use any of the variables which fall out the end of bsd.openssl.mk. I've struggled for hours but haven't been able to figure out how to do this. Fix: Should be easy for someone who knows how :-) My workaround is to build with: make LDFLAGS=L/usr/local/lib How-To-Repeat: - Add "WITH_OPENSSL_PORT=" to /etc/make.conf - Build irc/bip - ldd /usr/local/bin/bip to see that it used the base OpenSSL
Responsible Changed From-To: freebsd-ports-bugs->sylvio Over to maintainer (via the GNATS Auto Assign Tool)
sylvio 2010-05-25 12:02:52 UTC FreeBSD ports repository Modified files: irc/bip Makefile Log: - Fix build when defined openssl in make.conf - BUMP PORTREVISION PR: ports/146452 Submitted by: John Marshall <john.marshall@riverwillow.com.au> Revision Changes Path 1.13 +2 -0 ports/irc/bip/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!