https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192928
Lawrence Chen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Lawrence Chen <[email protected]> --- After investigating a problem similar to this for another port, the problem has come up because chromium now uses "USE_OPENSSL" in bsd.port.mk, bsd.openssl.mk is included before bsd.gcc.mk bsd.openssl.mk adds "-Wl,-rpath,/usr/lib:/usr/local/lib" to LDFLAGS unconditionally (when included.) bsd.gcc.mk tries to determine if the features are in OS base, and if not adds: "-Wl,-rpath=${_GCC_RUNTIME}" to LDFLAGS. Because of bsd.openssl.mk, base is searched before ${_GCC_RUNTIME}... -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-chromium To unsubscribe, send any mail to "[email protected]"
