]> git.ipfire.org Git - thirdparty/libtool.git/commit
configury: detect dlsym underscore prefix without dlopen self.
authorGary V. Vaughan <gary@gnu.org>
Fri, 28 Nov 2014 15:12:03 +0000 (15:12 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 28 Nov 2014 15:14:54 +0000 (15:14 +0000)
commit81ab62f9031f97788065da8d9bf9f581c3c0715f
tree7457c53da286c6e35194db172b953f57d12a897f
parent1acee63da4b98fecdb59b3ce4b67a4d5fbd21323
configury: detect dlsym underscore prefix without dlopen self.

* m4/ltdl.m4 (LT_FUNC_DLSYM_USCORE): Compile, load and get the
address of a symbol from a separate loadable module, rather than
assuming dlopen self works.
* NEWS: Update.
Reported by KO Myung-Hun

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