Peter Korsgaard
4a7bfd2775
package/: convert to DOWNLOAD helper
2009-01-16 11:42:52 +00:00
Peter Korsgaard
ac1d92c425
package/: get rid of unneeded $(strip ..)
2008-12-08 08:15:27 +00:00
Peter Korsgaard
02a623ddf9
buildroot: remove trailing spaces
...
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
2008-08-04 19:07:05 +00:00
Peter Korsgaard
4683420c4c
Kconfig: remove 'default n'
...
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Ulf Samuelsson
4bee8c7f43
Move libgcrypt from lib to usr/lib, update libgcrypt.la
2007-11-28 08:56:24 +00:00
Bernhard Reutner-Fischer
7b0ad787d6
- fixes and cleanups (Cristian Ionescu-Idbohrn)
2007-09-19 20:13:08 +00:00
Bernhard Reutner-Fischer
f1bcdf518f
- 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 !)
2007-09-19 12:20:52 +00:00
Bernhard Reutner-Fischer
595e070364
- remove duplicate includedir
2007-09-19 10:26:39 +00:00
Bernhard Reutner-Fischer
6c6cb06709
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
2007-08-21 19:20:18 +00:00
Ulf Samuelsson
cf55419b3f
SED away some whitespace
2007-08-20 17:21:16 +00:00
Ulf Samuelsson
1a57c9b420
Run $\(CONFIG_UPDATE\) in the unpack rules for iperf, libgcrypt,libgpg-error, lzo
2007-08-11 21:47:28 +00:00
Ulf Samuelsson
630dec28c2
Add GNU Crypto library
2007-07-17 18:10:35 +00:00