libtasn1-commit
[Top][All Lists]
Advanced

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

[SCM] GNU libtasn1 branch, master, updated. libtasn1_2_8-4-g780704a


From: Simon Josefsson
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_2_8-4-g780704a
Date: Thu, 30 Sep 2010 15:24:28 +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 libtasn1".

http://git.savannah.gnu.org/cgit/libtasn1.git/commit/?id=780704afc76297c2b45e48d9e1d996793b7f94de

The branch, master has been updated
       via  780704afc76297c2b45e48d9e1d996793b7f94de (commit)
      from  0cdb59f32f20e3a92ddf8f5f464eaac7758e4d2c (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 780704afc76297c2b45e48d9e1d996793b7f94de
Author: Simon Josefsson <address@hidden>
Date:   Thu Sep 30 17:24:12 2010 +0200

    tests: Link to gnulib to avoid build error related to 'rpl_ftello' on 
Solaris.
    
    Reported by Dagobert Michelsen.

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

Summary of changes:
 NEWS              |    2 ++
 tests/Makefile.am |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index afbdcb9..46383b1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 GNU Libtasn1 NEWS                                     -*- outline -*-
 
 * Noteworthy changes in release 2.9 (????-??-??) [stable]
+- tests: Link to gnulib to avoid build error related to 'rpl_ftello' on 
Solaris.
+  Reported by Dagobert Michelsen.
 
 * Noteworthy changes in release 2.8 (2010-09-25) [stable]
 - Update gnulib files.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index dec81be..c3f65cd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -20,7 +20,7 @@
 AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I../gl
 
 AM_LDFLAGS = -no-install
-LDADD = ../lib/libtasn1.la
+LDADD = ../lib/libtasn1.la ../gl/libgnu.la
 
 EXTRA_DIST = Test_parser.asn Test_tree.asn Test_tree_asn1_tab.c        \
        Test_encoding.asn pkix.asn TestIndef.p12


hooks/post-receive
-- 
GNU libtasn1



reply via email to

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