summaryrefslogtreecommitdiffstats
path: root/package/libgcrypt/libgcrypt-01-reconfigure.patch
Commit message (Collapse)AuthorAgeFilesLines
* libgcrypt: bump to 1.4.5Lionel Landwerlin2010-03-291-9/+19
| | | | | | | | | 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 <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* - fix incorrect setting of $ac_cv_sys_symbol_underscore.Bernhard Reutner-Fischer2007-09-191-0/+17
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 !)