]> git.ipfire.org Git - thirdparty/libtool.git/commit
ltmain.in: Fix reordering --as-needed
authorPierre Ossman <ossman@cendio.se>
Tue, 1 Apr 2025 13:44:51 +0000 (16:44 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Thu, 7 Aug 2025 17:20:19 +0000 (20:20 +0300)
commitc69efe983d0edbee2b0528d2012e4016d628f362
treea18c0b6f7e48ab0e25d7dbec6c975e3b85b2649c
parentb9156729ab867d29629a16f18bf4ebf8cfe2c162
ltmain.in: Fix reordering --as-needed

Libtool was reordering flags like, --as-needed, which broke its usage,
since the relevant libraries were no longer following the flag.

Reported: https://savannah.gnu.org/support/?111213

* build-aux/ltmain.in: Add check for --as-needed and --no-as-needed
  flags.
build-aux/ltmain.in