]> git.ipfire.org Git - thirdparty/libtool.git/commit
ltmain.in: Set allow_undefined to no on OS/2
authorKO Myung-Hun <komh78@gmail.com>
Tue, 10 Mar 2026 14:35:00 +0000 (23:35 +0900)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 22 Apr 2026 17:15:25 +0000 (20:15 +0300)
commit73391faf3726ffdb91d77586643ce532a9ff8a75
tree088e02779a77cee924a945d4ca13060343ce88b3
parent30115408d073c5d26431ddd2ffd4580fa4143433
ltmain.in: Set allow_undefined to no on OS/2

OS/2 does not allow undefined symbols at all when linking a dll. So,
setting allow_undefined to no by default is reasonable.

* build-aux/ltmain.in (func_mode_link): Set allow_undefined to no on
OS/2.
build-aux/ltmain.in