CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Preserve file permissions and ownership when extracting distfiles.
[pkgutils-cross.git] / pkgutil.cc
index 709e7488493143cee0d9e9fde22184d7b4d39dc2..69fefc1e4bde7474df824508cdcc7cd77b0c79ff 100644 (file)
@@ -44,8 +44,8 @@
 #include <archive_entry.h>
 
 #define INIT_ARCHIVE(ar) \
-       archive_read_support_compression_all((ar)); \
-       archive_read_support_format_all((ar))
+       archive_read_support_compression_gzip((ar)); \
+       archive_read_support_format_tar((ar))
 
 using __gnu_cxx::stdio_filebuf;