libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.4-24-g5ca9b3e


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.4-24-g5ca9b3e
Date: Wed, 10 Nov 2010 18:29:46 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  5ca9b3ec6b8be1cdd9713845b3e7cf389cc17ae4 (commit)
      from  7a6ca6e6942ddad9f0dc95e8c6d32e062c9cedbc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5ca9b3ec6b8be1cdd9713845b3e7cf389cc17ae4
Author: Ralf Wildenhues <address@hidden>
Date:   Wed Nov 10 19:28:11 2010 +0100

    Fix cwrapper test failure with --disable-static.
    
    * tests/cwrapper.at (cwrapper and installed shared libraries):
    Compile program source without libtool, so we can be sure a
    non-PIC object will be created.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    7 +++++++
 tests/cwrapper.at |    3 +--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5d1ec7c..9c169e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-11-10  Ralf Wildenhues  <address@hidden>
+
+       Fix cwrapper test failure with --disable-static.
+       * tests/cwrapper.at (cwrapper and installed shared libraries):
+       Compile program source without libtool, so we can be sure a
+       non-PIC object will be created.
+
 2010-11-01  Peter Rosin  <address@hidden>
 
        docs: Windows DLLs and headers.
diff --git a/tests/cwrapper.at b/tests/cwrapper.at
index 6e8cf3c..0e5ecb7 100644
--- a/tests/cwrapper.at
+++ b/tests/cwrapper.at
@@ -249,8 +249,7 @@ int main (void)
 }
 ]])
 
-AT_CHECK([$LIBTOOL --mode=compile --tag=CC $CC $CPPFLAGS $CFLAGS -c m.c],
-         [], [ignore], [ignore])
+AT_CHECK([$CC $CPPFLAGS $CFLAGS -c m.c], [], [ignore], [ignore])
 
 AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o m1$EXEEXT m.$OBJEXT 
foo/liba.la],
          [], [ignore], [ignore])


hooks/post-receive
-- 
GNU Libtool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]