guile self-tests fail in v.2.5?

Simon Josefsson simon at josefsson.org
Wed Jul 2 17:57:43 CEST 2008


ludo at gnu.org (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?= <ludo at gnu.org>
> 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
> Gnutls-devel at gnu.org
> http://lists.gnu.org/mailman/listinfo/gnutls-devel





More information about the Gnutls-devel mailing list