]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libtool: Remove no-undefined flag from test
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Sat, 8 Jun 2024 08:43:59 +0000 (11:43 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Sat, 8 Jun 2024 11:30:31 +0000 (14:30 +0300)
The addition of the no-undefined flag was causing the test to fail on
NetBSD. Removing the flag fixed the test.

* tests/bug_62343.at: Removed the no-undefined flag from the compilation
  command.

tests/bug_62343.at

index f6053dc6bfce7bf1f2f0c4b76816727449dc3f40..43a74b6f766cf5dc294c44e37e91135f985e24a0 100644 (file)
@@ -54,7 +54,7 @@ AT_CHECK([$LIBTOOL --mode=compile --tag=CXX g++ -no-canonical-prefixes -c x.cpp]
 
 AT_CHECK([$GREP -- '-no-canonical-prefixes' stdout], [0], [ignore])
 
-AT_CHECK([$LIBTOOL --mode=link --tag=CXX g++ -no-undefined -no-canonical-prefixes -o libx.la -rpath /usr/lib64/ x.lo], [0], [stdout], [stderr])
+AT_CHECK([$LIBTOOL --mode=link --tag=CXX g++ -no-canonical-prefixes -o libx.la -rpath /usr/lib64/ x.lo], [0], [stdout], [stderr])
 
 AT_CHECK([$GREP -- '-no-canonical-prefixes' stdout], [0], [ignore])