From cba950b028d2af1c04f9df39401586c8a33e5695 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 29 Oct 2009 14:53:17 +0000 Subject: [PATCH] [package] explicitely disable guile bindings in libgnutls git-svn-id: svn://svn.openwrt.org/openwrt/packages@18205 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/gnutls/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index 6d639dcca..67f8d564c 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -104,6 +104,7 @@ CONFIGURE_ARGS+= \ --enable-shared \ --enable-static \ --disable-openpgp-authentication \ + --disable-guile \ --with-included-libcfg \ --with-included-libtasn1 \ --with-libgcrypt-prefix="$(STAGING_DIR)/usr" \