mirror of
https://https.git.savannah.gnu.org/git/libtool.git
synced 2026-01-27 01:44:28 +00:00
* ltmain.in: fixed a bug that causes archive link to fail when
allow_undefined=yes (currently the default).
This commit is contained in:
parent
3b85610a14
commit
dc0ae58442
@ -1,5 +1,8 @@
|
||||
1999-03-09 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
|
||||
|
||||
* ltmain.in: fixed a bug that causes archive link to fail when
|
||||
allow_undefined=yes (currently the default).
|
||||
|
||||
* doc/libtool.texi: added missing "@end defvar" statements.
|
||||
|
||||
* NEWS: merged from trunk and updated.
|
||||
|
||||
@ -2529,13 +2529,14 @@ EOF
|
||||
continue
|
||||
fi
|
||||
|
||||
if test "X$build_old_libs" != Xno && test -n "$old_archive_from_expsyms_cmds"; then
|
||||
# Get the link name of the library
|
||||
eval library_name=\"$library_names_spec\"
|
||||
if test "$build_libtool_libs" = yes &&
|
||||
test -n "$library_names" &&
|
||||
test -n "$old_archive_from_expsyms_cmds"; then
|
||||
|
||||
# figure out the soname
|
||||
set dummy $library_names
|
||||
realname="$2"
|
||||
shift; shift
|
||||
|
||||
if test -n "$soname_spec"; then
|
||||
eval soname=\"$soname_spec\"
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user