gnupg: enable support for SHA-256 and SHA-512 hashes

Signed-off-by: Jack Breese <jack@kumunetworks.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Jack Breese 2017-04-06 18:09:43 -07:00 committed by Thomas Petazzoni
parent 61038e36b6
commit 2be9ba9f58

View file

@ -11,7 +11,12 @@ GNUPG_LICENSE = GPL-3.0+
GNUPG_LICENSE_FILES = COPYING
GNUPG_DEPENDENCIES = zlib ncurses $(if $(BR2_PACKAGE_LIBICONV),libiconv)
GNUPG_CONF_ENV = ac_cv_sys_symbol_underscore=no
GNUPG_CONF_OPTS = --disable-rpath --enable-minimal --disable-regex
GNUPG_CONF_OPTS = \
--disable-rpath \
--enable-minimal \
--disable-regex \
--enable-sha256 \
--enable-sha512
# gnupg doesn't support assembly for coldfire
ifeq ($(BR2_m68k_cf),y)