|
@@ -9,7 +9,7 @@ GNUPG_SOURCE = gnupg-$(GNUPG_VERSION).tar.bz2
|
|
GNUPG_SITE = https://gnupg.org/ftp/gcrypt/gnupg
|
|
GNUPG_SITE = https://gnupg.org/ftp/gcrypt/gnupg
|
|
GNUPG_LICENSE = GPL-3.0+
|
|
GNUPG_LICENSE = GPL-3.0+
|
|
GNUPG_LICENSE_FILES = COPYING
|
|
GNUPG_LICENSE_FILES = COPYING
|
|
-GNUPG_DEPENDENCIES = zlib ncurses $(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
|
|
|
|
|
+GNUPG_DEPENDENCIES = zlib $(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
|
GNUPG_CONF_ENV = ac_cv_sys_symbol_underscore=no
|
|
GNUPG_CONF_ENV = ac_cv_sys_symbol_underscore=no
|
|
GNUPG_CONF_OPTS = \
|
|
GNUPG_CONF_OPTS = \
|
|
--disable-rpath \
|
|
--disable-rpath \
|
|
@@ -18,7 +18,7 @@ GNUPG_CONF_OPTS = \
|
|
--enable-sha256 \
|
|
--enable-sha256 \
|
|
--enable-sha512
|
|
--enable-sha512
|
|
|
|
|
|
-HOST_GNUPG_DEPENDENCIES = host-zlib host-ncurses
|
|
|
|
|
|
+HOST_GNUPG_DEPENDENCIES = host-zlib
|
|
HOST_GNUPG_CONF_OPTS = \
|
|
HOST_GNUPG_CONF_OPTS = \
|
|
--disable-rpath \
|
|
--disable-rpath \
|
|
--enable-minimal \
|
|
--enable-minimal \
|