projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9c3f7a
)
build system: dpkg needs .gz handling
author
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 15 Oct 2008 14:50:14 +0000
(14:50 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 15 Oct 2008 14:50:14 +0000
(14:50 -0000)
archival/Config.in
patch
|
blob
|
history
diff --git
a/archival/Config.in
b/archival/Config.in
index 808757e28f73e965f76f2d262be054b40beceebb..0b5cf37507f622bfd2ea3249c9a1412608ea38c3 100644
(file)
--- a/
archival/Config.in
+++ b/
archival/Config.in
@@
-113,6
+113,7
@@
config FEATURE_CPIO_O
config DPKG
bool "dpkg"
default n
+ select FEATURE_SEAMLESS_GZ
help
dpkg is a medium-level tool to install, build, remove and manage
Debian packages.
@@
-123,9
+124,9
@@
config DPKG
config DPKG_DEB
bool "dpkg_deb"
default n
+ select FEATURE_SEAMLESS_GZ
help
- dpkg-deb packs, unpacks and provides information about Debian
- archives.
+ dpkg-deb unpacks and provides information about Debian archives.
This implementation of dpkg-deb cannot pack archives.