From f1bcdf518fa7868b7819b0248f4b8da02a954dde Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 19 Sep 2007 12:20:52 +0000 Subject: - fix incorrect setting of $ac_cv_sys_symbol_underscore. There is no reason not to AC_COMPILE and use the set cross-nm to look for the symbol mangling scheme. Thus it is incorrect to check for cross compilation in the GNUPG_SYS_SYMBOL_UNDERSCORE check. - fix bug when configuring (has to wipe config.cache !) --- package/libgcrypt/libgcrypt-01-reconfigure.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package/libgcrypt/libgcrypt-01-reconfigure.patch (limited to 'package/libgcrypt/libgcrypt-01-reconfigure.patch') diff --git a/package/libgcrypt/libgcrypt-01-reconfigure.patch b/package/libgcrypt/libgcrypt-01-reconfigure.patch new file mode 100644 index 000000000..963ae8b5a --- /dev/null +++ b/package/libgcrypt/libgcrypt-01-reconfigure.patch @@ -0,0 +1,17 @@ +--- 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 @@ + i386-emx-os2 | i345686-pc-os2*emx | i386-pc-msdosdjgpp) + 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 + ;; + esac + if test "$tmp_do_check" = "yes"; then -- cgit v1.2.3