gnutls-devel
[Top][All Lists]
Advanced

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

Re: guile self-tests fail in v.2.5?


From: Simon Josefsson
Subject: Re: guile self-tests fail in v.2.5?
Date: Wed, 02 Jul 2008 17:57:43 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux)

address@hidden (Ludovic Courtès) writes:

> Hi Simon,
>
> Please find attached a patch that fixes compilation on `master' (I
> prefer to let you review it and apply it).

Hi Ludovic!  May I ask why you added the lib/minitasn1 include?  OpenCDK
doesn't need libtasn1.  Otherwise it looks fine to me.

/Simon

> From 2ec3592cef768e1de579399d3f9bd725c7dabae7 Mon Sep 17 00:00:00 2001
> From: =?utf-8?q?Ludovic=20Court=C3=A8s?= <address@hidden>
> Date: Wed, 2 Jul 2008 16:18:41 +0200
> Subject: [PATCH] Fix compilation of OpenCDK with included minitasn1.
>
> * lib/opencdk/Makefile.am (INCLUDES): Rename to `AM_CPPFLAGS'.
>   (AM_CPPFLAGS)[ENABLE_MINITASN1]: Add `lib/miniitasn1'.
> ---
>  lib/opencdk/Makefile.am |    6 +++++-
>  1 files changed, 5 insertions(+), 1 deletions(-)
>
> diff --git a/lib/opencdk/Makefile.am b/lib/opencdk/Makefile.am
> index 4dcfeaf..aed03f6 100644
> --- a/lib/opencdk/Makefile.am
> +++ b/lib/opencdk/Makefile.am
> @@ -20,10 +20,14 @@
>  # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
>  # MA 02110-1301, USA
>  
> -INCLUDES = -I$(top_srcdir)/lib \
> +AM_CPPFLAGS = -I$(top_srcdir)/lib \
>       -I$(top_srcdir)/includes -I$(top_builddir)/includes \
>       -I$(top_srcdir)/lgl -I$(top_builddir)/lgl
>  
> +if ENABLE_MINITASN1
> +AM_CPPFLAGS += -I$(top_srcdir)/lib/minitasn1
> +endif
> +
>  noinst_LTLIBRARIES = libminiopencdk.la
>  
>  libminiopencdk_la_SOURCES = armor.c filters.h keydb.h main.c types.h \
> -- 
> 1.5.6.1
>
> _______________________________________________
> Gnutls-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gnutls-devel




reply via email to

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