From: florian Date: Thu, 29 Oct 2009 14:53:17 +0000 (+0000) Subject: [package] explicitely disable guile bindings in libgnutls X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=cba950b028d2af1c04f9df39401586c8a33e5695;p=packages.git [package] explicitely disable guile bindings in libgnutls git-svn-id: svn://svn.openwrt.org/openwrt/packages@18205 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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" \