CVSROOT: /cvs Module name: src Changes by: ajacou...@cvs.openbsd.org 2014/03/31 07:44:04
Modified files: usr.bin/libtool/LT/Mode/Link: Library.pm Log message: Match GNU libtool and properly add -rpath to the linker when linking libraries. Until now we only did that for bin programs, but some libs can also depend on other libs which aren't in the standard search path. passed a full ports bulk (thanks jasper@) ok jasper@ sthen@