summaryrefslogtreecommitdiff
path: root/package/libgcrypt
AgeCommit message (Collapse)Author
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2007-11-28Move libgcrypt from lib to usr/lib, update libgcrypt.laUlf Samuelsson
2007-09-19- fixes and cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-09-19- fix incorrect setting of $ac_cv_sys_symbol_underscore.Bernhard Reutner-Fischer
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 !)
2007-09-19- remove duplicate includedirBernhard Reutner-Fischer
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-08-20SED away some whitespaceUlf Samuelsson
2007-08-11Run $\(CONFIG_UPDATE\) in the unpack rules for iperf, ↵Ulf Samuelsson
libgcrypt,libgpg-error, lzo
2007-07-17Add GNU Crypto libraryUlf Samuelsson