]> git.ipfire.org Git - thirdparty/libtool.git/commit
Don't try the MSYS libdir path on MinGW.
authorPeter Rosin <peda@lysator.liu.se>
Wed, 9 Jun 2010 12:26:00 +0000 (19:26 +0700)
committerGary V. Vaughan <gary@gnu.org>
Wed, 9 Jun 2010 12:26:00 +0000 (19:26 +0700)
commit1a3cd365c08196584165a6dea16bd874e4a1004d
tree682f2c99cd861dee701844198928692d07032f1b
parent9bf1ccc71a7f2990881db64d59b0039bf412a27e
Don't try the MSYS libdir path on MinGW.

* libltdl/ltdl.c (parse_dotla_file) [mingw]: The absolute
libdir path in the .la file is recorded as an MSYS (POSIX
style) path. Make sure it isn't tried when locating the
shared library.
* NEWS: Updated.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
ChangeLog
NEWS
libltdl/ltdl.c