]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: Add no-undefined flag based on host OS
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Sat, 8 Jun 2024 08:43:59 +0000 (11:43 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 18 Jun 2024 17:35:05 +0000 (20:35 +0300)
commiteeee0216edf71315e15060454dec7a61581977db
tree36671c18980cfcedee590b9625d81afdf155bd50
parente40ba04af725eb49db6d61471a4804efe682e423
libtool: Add no-undefined flag based on host OS

Without the no-undefined flag, the test will fail on Mingw and
Cygwin, so the flag will be appended for windows compilation. With
the flag, the test will fail on NetBSD, so the flag is removed.

* tests/bug_62343.at: Add no-undefined flag for windows-based
  compilation and remove otherwise.
tests/bug_62343.at