diff options
Diffstat (limited to 'package/gnutls/Makefile')
-rw-r--r-- | package/gnutls/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/gnutls/Makefile b/package/gnutls/Makefile index d8d090a6c..358b69b51 100644 --- a/package/gnutls/Makefile +++ b/package/gnutls/Makefile @@ -34,6 +34,8 @@ $(eval $(call PKG_template,LIBGNUTLSXX,libgnutlsxx,${PKG_VERSION}-${PKG_RELEASE} TCFLAGS+= -lncurses CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --without-libopencdk-prefix \ + --disable-camellia \ + --with-libgcrypt-prefix=${STAGING_DIR}/usr \ --without-libz-prefix BUILD_STYLE= auto INSTALL_STYLE= auto |