CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/11 15:13:50
Modified files:
usr.bin/libtool/LT/Mode: Link.pm
Log message:
Add -shrext to libtool; changes the suffix from ".so"
"libtool --mode=link cc -o libexample.la -shrext .what ..." would link
"libexample.what.0.0" instead of "libexample.so.0.0".
ok jca@
