gnutls-devel
[Top][All Lists]
Advanced

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

Re: GnuTLS 2.6.0


From: Ludovic Courtès
Subject: Re: GnuTLS 2.6.0
Date: Tue, 07 Oct 2008 19:56:00 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux)

Hello,

Simon Josefsson <address@hidden> writes:

> Hi!  As far as I can tell, the LDADD should not be necessary,
> libminitasn1.la should be linked together with libgnutls.la.  Could you
> check if only adding the -I solves the problem?

You're right, I added it just in case.  Here's the new patch.

Thanks,
Ludo'.

>From cab86cafc06cc7b95113adf47846ebe62b6cf8cd Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Ludovic=20Court=C3=A8s?= <address@hidden>
Date: Tue, 7 Oct 2008 18:02:25 +0200
Subject: [PATCH] Fix compilation of `pkcs12-decode' test when using minitasn1.

* tests/pkcs12-decode/Makefile.am (AM_CPPFLAGS)[ENABLE_MINITASN1]: Add
  `minitasn1' include directory.
---
 tests/pkcs12-decode/Makefile.am |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/tests/pkcs12-decode/Makefile.am b/tests/pkcs12-decode/Makefile.am
index 8a62aee..82202a1 100644
--- a/tests/pkcs12-decode/Makefile.am
+++ b/tests/pkcs12-decode/Makefile.am
@@ -36,3 +36,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/lgl -I$(top_builddir)/lgl       
        \
 AM_LDFLAGS = -no-install
 LDADD = ../../lib/libgnutls.la ../../gl/libgnu.la ../../lgl/liblgnu.la 
../libutils.la
 
+if ENABLE_MINITASN1
+
+AM_CPPFLAGS += -I$(top_srcdir)/lib/minitasn1
+
+endif
-- 
1.6.0


reply via email to

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