From: Gustavo Zacarias Date: Fri, 19 Nov 2010 13:56:51 +0000 (-0300) Subject: libgcrypt: bump to version 1.4.6 to fix MIPS build issues X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=10af218da8c8b00164dd92db12f862f7846a8ea9;p=buildroot.git libgcrypt: bump to version 1.4.6 to fix MIPS build issues Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/CHANGES b/CHANGES index f696164f4f..bbf504874f 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,7 @@ Fixes all over the tree. - Updated/fixed packages: qt, tcpdump, xserver-xorg + Updated/fixed packages: libgcrypt, qt, tcpdump, xserver-xorg Issues resolved (http://bugs.uclibc.org): diff --git a/package/libgcrypt/libgcrypt.mk b/package/libgcrypt/libgcrypt.mk index 646ad83194..a7163ea5aa 100644 --- a/package/libgcrypt/libgcrypt.mk +++ b/package/libgcrypt/libgcrypt.mk @@ -3,11 +3,11 @@ # libgcrypt # ############################################################# -LIBGCRYPT_VERSION:=1.4.5 -LIBGCRYPT_SOURCE:=libgcrypt-$(LIBGCRYPT_VERSION).tar.bz2 -LIBGCRYPT_SITE:=ftp://ftp.gnupg.org/gcrypt/libgcrypt + +LIBGCRYPT_VERSION = 1.4.6 +LIBGCRYPT_SOURCE = libgcrypt-$(LIBGCRYPT_VERSION).tar.bz2 +LIBGCRYPT_SITE = ftp://ftp.gnupg.org/gcrypt/libgcrypt LIBGCRYPT_INSTALL_STAGING = YES -LIBGCRYPT_INSTALL_TARGET = YES LIBGCRYPT_CONF_ENV = \ ac_cv_sys_symbol_underscore=no