CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Updated to 5.35.1
[pkgutils-cross.git] / src / pkgutil.cc
index 69fefc1e4bde7474df824508cdcc7cd77b0c79ff..f549b893e12b92884a6b437cfb9b9752868606bd 100644 (file)
@@ -2,7 +2,7 @@
 //  pkgutils
 // 
 //  Copyright (c) 2000-2005 Per Liden
-//  Copyright (c) 2006-2007 by CRUX team (http://crux.nu)
+//  Copyright (c) 2006-2010 by CRUX team (http://crux.nu)
 // 
 //  This program is free software; you can redistribute it and/or modify
 //  it under the terms of the GNU General Public License as published by
@@ -45,6 +45,8 @@
 
 #define INIT_ARCHIVE(ar) \
        archive_read_support_compression_gzip((ar)); \
+       archive_read_support_compression_bzip2((ar)); \
+       archive_read_support_compression_xz((ar)); \
        archive_read_support_format_tar((ar))
 
 using __gnu_cxx::stdio_filebuf;