]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: take care not to double-apply LT_SYS_LIBRARY_PATH.
authorGary V. Vaughan <gary@gnu.org>
Fri, 12 Dec 2014 11:35:28 +0000 (11:35 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 12 Dec 2014 11:44:21 +0000 (11:44 +0000)
commit4fede0bc497021e28fde0635c1fa0da010cc2733
treef05fb0d1baa1e64dfc623ed4d4e1fe46e7f8fbd2
parent08279564ff4143059f3f728f9401b5d541f0bd1e
libtool: take care not to double-apply LT_SYS_LIBRARY_PATH.

* m4/libtool.m4 (_LT_CONFIG_SAVE_COMMANDS): Copy configure-time
LT_SYS_LIBRARY_PATH settings as default, but allow run-time
override.
(_LT_SYS_DYNAMIC_LINKER): Save the unmunged
sys_lib_dlsearch_path_spec value, and use it for _LT_DECL,
but then munge it with LT_SYS_LIBRARY_PATH for use in ltdl.m4
macros, such as LT_SYS_DLSEARCH_PATH.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
m4/libtool.m4