mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-13 08:12:56 +02:00
base-system-busybox: ship with uncompress
Since uncompress is provided by gzip (a package which busybox conflicts with).
This commit is contained in:
parent
8292fe0776
commit
1424af2412
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Busybox version: 1.23.2
|
# Busybox version: 1.23.2
|
||||||
# Wed Mar 25 21:38:22 2015
|
# Wed Mar 25 21:45:04 2015
|
||||||
#
|
#
|
||||||
CONFIG_HAVE_DOT_CONFIG=y
|
CONFIG_HAVE_DOT_CONFIG=y
|
||||||
|
|
||||||
|
@ -138,7 +138,7 @@ CONFIG_FEATURE_SEAMLESS_GZ=y
|
||||||
# CONFIG_AR is not set
|
# CONFIG_AR is not set
|
||||||
# CONFIG_FEATURE_AR_LONG_FILENAMES is not set
|
# CONFIG_FEATURE_AR_LONG_FILENAMES is not set
|
||||||
# CONFIG_FEATURE_AR_CREATE is not set
|
# CONFIG_FEATURE_AR_CREATE is not set
|
||||||
# CONFIG_UNCOMPRESS is not set
|
CONFIG_UNCOMPRESS=y
|
||||||
CONFIG_GUNZIP=y
|
CONFIG_GUNZIP=y
|
||||||
# CONFIG_BUNZIP2 is not set
|
# CONFIG_BUNZIP2 is not set
|
||||||
CONFIG_UNLZMA=y
|
CONFIG_UNLZMA=y
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Build template for 'base-system-busybox'.
|
# Build template for 'base-system-busybox'.
|
||||||
pkgname=base-system-busybox
|
pkgname=base-system-busybox
|
||||||
version=1.23.2
|
version=1.23.2
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="busybox-${version}"
|
wrksrc="busybox-${version}"
|
||||||
homepage="http://www.busybox.net"
|
homepage="http://www.busybox.net"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue