wok-6.x diff lzma/receipt @ rev 7756
busybox: set again CONFIG_USE_BB_CRYPT_SHA
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Dec 21 16:28:29 2010 +0100 (2010-12-21) |
parents | f067d5386393 |
children | 7941d6ba7e42 |
line diff
1.1 --- a/lzma/receipt Sun Dec 12 08:04:46 2010 +0000 1.2 +++ b/lzma/receipt Tue Dec 21 16:28:29 2010 +0100 1.3 @@ -27,6 +27,10 @@ 1.4 patch -p0 < ../stuff/lzlib.u || return 1 1.5 touch done.lzlib.u 1.6 fi 1.7 + 1.8 + # Remove copyright message. 1.9 + sed '/MY_VERSION_COPYRIGHT_DATE/d' -i LzmaAlone.cpp 1.10 + 1.11 cd CPP/7zip/Compress/LZMA_Alone 1.12 make -f makefile.gcc lzma 1.13 make -f makefile.gcc liblz.so.1.0.0 &&