mirror of
https://https.git.savannah.gnu.org/git/libtool.git
synced 2026-01-27 01:44:28 +00:00
* libltdl/ltdl.c (lt_dlopen): Do not search paths when the
specified library is not just a basename.
This commit is contained in:
parent
777c2b07c7
commit
fb682e5b83
@ -1,3 +1,8 @@
|
||||
1999-10-16 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
||||
|
||||
* libltdl/ltdl.c (lt_dlopen): Do not search paths when the
|
||||
specified library is not just a basename.
|
||||
|
||||
1999-10-10 Gary V. Vaughan <gary@oranda.demon.co.uk>
|
||||
|
||||
* libtool.m4 (AC_PATH_FILE): new macro replaces
|
||||
|
||||
@ -1367,7 +1367,7 @@ lt_dlopen (filename)
|
||||
handle->deplibs = 0;
|
||||
newhandle = handle;
|
||||
if (tryall_dlopen(&newhandle, filename)
|
||||
&& (!dir
|
||||
&& (dir
|
||||
|| (!find_file(basename, user_search_path,
|
||||
0, &newhandle)
|
||||
&& !find_file(basename,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user