This is an automated email from the git hooks/post-receive script.

ildumi pushed a commit to branch development
in repository libtool.

The following commit(s) were added to refs/heads/development by this push:
     new 7854e410 libtool: Remove no-undefined flag from test
7854e410 is described below

commit 7854e41011dfb252a3cebf6c6f0431408b67628f
Author: Ileana Dumitrescu <ileanadumitresc...@gmail.com>
AuthorDate: Sat Jun 8 11:43:59 2024 +0300

    libtool: Remove no-undefined flag from test
    
    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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/bug_62343.at b/tests/bug_62343.at
index f6053dc6..43a74b6f 100644
--- a/tests/bug_62343.at
+++ b/tests/bug_62343.at
@@ -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])
 

Reply via email to