Is ENABLE_FEATURE_SEAMLESS_GZ missing here?
...
+ static const char compressor[][6] = {
# if ENABLE_FEATURE_SEAMLESS_GZ
+ [ct_gzip - 1] = "gzip",
#endif
+#if ENABLE_FEATURE_SEAMLESS_BZ2
+ [ct_bzip2 - 1] = "bzip2",
+#endif
+#if ENABLE_FEATURE_SEAMLESS_XZ
+ [ct_xz - 1] = "xz",
+#endif
+ };
+ const char *zip_exec = compressor[ct-1];
...
- Sedat -
2013/9/20 John Spencer <[email protected]>:
> _______________________________________________
> busybox mailing list
> [email protected]
> http://lists.busybox.net/mailman/listinfo/busybox
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox