From d991de333d5ea6e877989838c1b7f715883f7b1c Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 19 Jan 2014 22:39:50 +0200 Subject: [PATCH] gnutls: build with local-libopts --- packages/security/gnutls/package.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/security/gnutls/package.mk b/packages/security/gnutls/package.mk index feee7a64c0..ae722171b8 100644 --- a/packages/security/gnutls/package.mk +++ b/packages/security/gnutls/package.mk @@ -37,6 +37,7 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-hardware-acceleration \ --disable-openssl-compatibility \ --disable-cxx \ --without-p11-kit \ + --enable-local-libopts \ --with-included-libtasn1 \ --with-sysroot=$SYSROOT_PREFIX/usr \ --with-libz-prefix=$SYSROOT_PREFIX/usr \