From: Alexandre Oliva Date: Sat, 16 Oct 1999 07:05:39 +0000 (+0000) Subject: * libltdl/ltdl.c (lt_dlopen): Do not search paths when the X-Git-Tag: release-1-3-4~8 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=adfa0c30fe95db6bdc5b16602908de65d22d046f;p=thirdparty%2Flibtool.git * libltdl/ltdl.c (lt_dlopen): Do not search paths when the specified library is not just a basename. --- diff --git a/ChangeLog b/ChangeLog index e75145711..82ff70d87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-10-16 Alexandre Oliva + + * libltdl/ltdl.c (lt_dlopen): Do not search paths when the + specified library is not just a basename. + 1999-10-06 Gary V. Vaughan * ltconfig.in: Accept osf5. diff --git a/libltdl/ltdl.c b/libltdl/ltdl.c index 704f213a3..c453be607 100644 --- a/libltdl/ltdl.c +++ b/libltdl/ltdl.c @@ -1366,7 +1366,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,