wok-current diff busybox/stuff/busybox-1.20-zmodules.u @ rev 12573
poppler-qt4: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 28 20:25:18 2012 +0200 (2012-04-28) |
parents | 2a66c0430085 |
children |
line diff
1.1 --- a/busybox/stuff/busybox-1.20-zmodules.u Sun Apr 22 13:08:24 2012 +0200 1.2 +++ b/busybox/stuff/busybox-1.20-zmodules.u Sat Apr 28 20:25:18 2012 +0200 1.3 @@ -15,9 +15,9 @@ 1.4 + if (ENABLE_FEATURE_SEAMLESS_LZMA 1.5 + && magic.b16[0] == LZMA_DEFAULT_MAGIC 1.6 + ) { 1.7 -+ USE_FOR_MMU(xformer = unpack_lzma_stream;) 1.8 -+ USE_FOR_NOMMU(xformer_prog = "unlzma";) 1.9 -+ goto found_magic; 1.10 ++ xlseek(fd, offset, SEEK_CUR); 1.11 ++ open_transformer_with_sig(fd, unpack_lzma_stream, "unlzma"); 1.12 ++ return 0; 1.13 + } 1.14 +#endif 1.15 if (ENABLE_FEATURE_SEAMLESS_GZ