|
@@ -9,7 +9,7 @@ GNUPG_SOURCE = gnupg-$(GNUPG_VERSION).tar.bz2
|
|
GNUPG_SITE = ftp://ftp.gnupg.org/gcrypt/gnupg
|
|
GNUPG_SITE = ftp://ftp.gnupg.org/gcrypt/gnupg
|
|
GNUPG_LICENSE = GPLv3+
|
|
GNUPG_LICENSE = GPLv3+
|
|
GNUPG_LICENSE_FILES = COPYING
|
|
GNUPG_LICENSE_FILES = COPYING
|
|
-GNUPG_DEPENDENCIES = zlib ncurses
|
|
|
|
|
|
+GNUPG_DEPENDENCIES = zlib ncurses $(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_OPT = --disable-rpath --enable-minimal --disable-regex
|
|
GNUPG_CONF_OPT = --disable-rpath --enable-minimal --disable-regex
|
|
|
|
|