From 7a7b0f8abd8ecae821dd3204b15cf4b042209d83 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 12 Jan 2014 14:46:12 +0200 Subject: [PATCH] gnutls: disable cxx/lzo --- packages/security/gnutls/package.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/security/gnutls/package.mk b/packages/security/gnutls/package.mk index fcfd0d6d82..d66ebc1651 100644 --- a/packages/security/gnutls/package.mk +++ b/packages/security/gnutls/package.mk @@ -35,6 +35,7 @@ PKG_AUTORECONF="yes" PKG_CONFIGURE_OPTS_TARGET="--enable-hardware-acceleration \ --disable-openssl-compatibility \ + --disable-cxx \ --without-p11-kit \ --with-included-libtasn1 \ --with-libz-prefix=$SYSROOT_PREFIX/usr \ @@ -44,6 +45,7 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-hardware-acceleration \ --disable-nls \ --disable-guile \ --disable-valgrind-tests \ + --without-lzo \ --with-gnu-ld" post_makeinstall_target() {