CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
pkgutils-cross.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b4ad16
)
Added support for bzip2- and xz-compressed packages.
author
Tilman Sauerbeck
<tilman@crux.nu>
Sun, 16 May 2010 10:35:34 +0000
(12:35 +0200)
committer
Tilman Sauerbeck
<tilman@crux.nu>
Sun, 16 May 2010 10:35:34 +0000
(12:35 +0200)
pkgutil.cc
patch
|
blob
|
blame
|
history
diff --git
a/pkgutil.cc
b/pkgutil.cc
index 69fefc1e4bde7474df824508cdcc7cd77b0c79ff..05b7a1a80e02c69bc7698a36542dfb4068f52893 100644
(file)
--- a/
pkgutil.cc
+++ b/
pkgutil.cc
@@
-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;