summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-09-30 17:24:12 +0200
committerSimon Josefsson <simon@josefsson.org>2010-09-30 17:24:12 +0200
commit780704afc76297c2b45e48d9e1d996793b7f94de (patch)
tree70c06bb84ffab14dd4694ed03ff842135545f7fb
parent0cdb59f32f20e3a92ddf8f5f464eaac7758e4d2c (diff)
downloadlibtasn1-780704afc76297c2b45e48d9e1d996793b7f94de.tar.gz
libtasn1-780704afc76297c2b45e48d9e1d996793b7f94de.tar.bz2
libtasn1-780704afc76297c2b45e48d9e1d996793b7f94de.zip
tests: Link to gnulib to avoid build error related to 'rpl_ftello' on Solaris.
Reported by Dagobert Michelsen.
-rw-r--r--NEWS2
-rw-r--r--tests/Makefile.am2
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