Browse Source

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>
Jack Breese 8 years ago
parent
commit
2be9ba9f58
1 changed files with 6 additions and 1 deletions
  1. 6 1
      package/gnupg/gnupg.mk

+ 6 - 1
package/gnupg/gnupg.mk

@@ -11,7 +11,12 @@ 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 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_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
 # gnupg doesn't support assembly for coldfire
 ifeq ($(BR2_m68k_cf),y)
 ifeq ($(BR2_m68k_cf),y)