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.2-355-gb6bb7f9


From: Peter Rosin
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.2-355-gb6bb7f9
Date: Thu, 03 Jan 2013 12:38:22 +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  b6bb7f9cdf66c632c2837be9ad0077f7f533b824 (commit)
      from  2edfc07f74da8b0a40ad2f8baa5960fee433c045 (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 b6bb7f9cdf66c632c2837be9ad0077f7f533b824
Author: Peter Rosin <address@hidden>
Date:   Wed Sep 19 08:43:57 2012 +0200

    tests: don't feed -no-undefined to the linker during configure.
    
    * tests/deplibs-mingw.at: Restore LDFLAGS for the configure run so that
    the linker does not see -no-undefined. Makes the test pass instead of
    skip on MinGW.
    
    Signed-off-by: Peter Rosin <address@hidden>

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

Summary of changes:
 tests/deplibs-mingw.at |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/tests/deplibs-mingw.at b/tests/deplibs-mingw.at
index 825240e..eb449fc 100644
--- a/tests/deplibs-mingw.at
+++ b/tests/deplibs-mingw.at
@@ -31,6 +31,7 @@ cwd=`pwd`
 instdir=$cwd/inst
 libdir=$instdir/lib
 bindir=$instdir/bin
+save_LDFLAGS=$LDFLAGS
 LDFLAGS="$LDFLAGS -no-undefined"
 
 mkdir inst inst/bin inst/lib
@@ -76,7 +77,9 @@ EOF
       cd new-libtool
       # configure might fail due to in-tree build of toplevel, or
       # missing configure flags and other reasons.
+      LDFLAGS=$save_LDFLAGS
       LT_AT_CONFIGURE([|| exit 77], ["$abs_top_srcdir"/configure])
+      LDFLAGS="$LDFLAGS -no-undefined"
       cd ..
       LIBTOOL=new-libtool/libtool
       export LIBTOOL


hooks/post-receive
-- 
GNU Libtool



reply via email to

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