Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
# From https://lists.gnupg.org/pipermail/gnupg-announce/2015q4/000382.html
|
||||
sha1 cbc9d960e3d8488c32675019a79fbfbf8680387e gnupg-1.4.20.tar.bz2
|
||||
# From https://lists.gnu.org/archive/html/info-gnu/2016-08/msg00008.html
|
||||
sha1 e3bdb585026f752ae91360f45c28e76e4a15d338 gnupg-1.4.21.tar.bz2
|
||||
# Locally computed
|
||||
sha256 6b47a3100c857dcab3c60e6152e56a997f2c7862c1b8b2b25adf3884a1ae2276 gnupg-1.4.21.tar.bz2
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GNUPG_VERSION = 1.4.20
|
||||
GNUPG_VERSION = 1.4.21
|
||||
GNUPG_SOURCE = gnupg-$(GNUPG_VERSION).tar.bz2
|
||||
GNUPG_SITE = ftp://ftp.gnupg.org/gcrypt/gnupg
|
||||
GNUPG_LICENSE = GPLv3+
|
||||
@@ -13,6 +13,11 @@ 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 doesn't support assembly for coldfire
|
||||
ifeq ($(BR2_m68k_cf),y)
|
||||
GNUPG_CONF_OPTS += --disable-asm
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_BZIP2),y)
|
||||
GNUPG_CONF_OPTS += --enable-bzip2
|
||||
GNUPG_DEPENDENCIES += bzip2
|
||||
|
||||
Reference in New Issue
Block a user