From 22521b7c2a0c7cec11fc2703d3f477982b096648 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Sat, 27 Mar 2010 16:11:25 +0100 Subject: libgcrypt: bump to 1.4.5 Also autotools.in conversion and change source location from gd.tuwien.ac.at to ftp.gnupg.org [Peter: add missing libgpg-error makefile dependency] Signed-off-by: Lionel Landwerlin Signed-off-by: Peter Korsgaard --- package/libgcrypt/libgcrypt-01-reconfigure.patch | 28 ++++++++++++++++-------- 1 file changed, 19 insertions(+), 9 deletions(-) (limited to 'package/libgcrypt/libgcrypt-01-reconfigure.patch') diff --git a/package/libgcrypt/libgcrypt-01-reconfigure.patch b/package/libgcrypt/libgcrypt-01-reconfigure.patch index 963ae8b5a..87d29a298 100644 --- a/package/libgcrypt/libgcrypt-01-reconfigure.patch +++ b/package/libgcrypt/libgcrypt-01-reconfigure.patch @@ -1,17 +1,27 @@ ---- libgcrypt-1.2.4.oorig/configure 2007-09-19 13:40:48.000000000 +0200 -+++ libgcrypt-1.2.4/configure 2007-09-19 13:41:44.000000000 +0200 -@@ -27370,12 +27370,13 @@ +diff --git a/configure b/configure +index 70a6d50..8f55d95 100755 +--- a/configure ++++ b/configure +@@ -22306,14 +22306,15 @@ case "${host}" in i386-emx-os2 | i345686-pc-os2*emx | i386-pc-msdosdjgpp) ac_cv_sys_symbol_underscore=yes ;; - *) +- if test "$cross_compiling" = yes; then +- if test "x$ac_cv_sys_symbol_underscore" = x ; then +- ac_cv_sys_symbol_underscore=yes + *)if test -z "$ac_cv_sys_symbol_underscore";then - if test "$cross_compiling" = yes; then - ac_cv_sys_symbol_underscore=yes - else - tmp_do_check="yes" - fi -+ fi ++ if test "$cross_compiling" = yes; then ++ if test "x$ac_cv_sys_symbol_underscore" = x ; then ++ ac_cv_sys_symbol_underscore=yes ++ fi ++ else ++ tmp_do_check="yes" ++ fi + fi +- else +- tmp_do_check="yes" +- fi ;; esac if test "$tmp_do_check" = "yes"; then -- cgit v1.2.3