base-system-busybox: enable setsid applet.

This commit is contained in:
Juan RP 2014-09-19 11:02:42 +02:00
parent c7d8c868c1
commit d4c4130358
2 changed files with 2 additions and 4 deletions

View file

@ -718,7 +718,7 @@ CONFIG_RAIDAUTORUN=y
CONFIG_READAHEAD=y
# CONFIG_RUNLEVEL is not set
# CONFIG_RX is not set
# CONFIG_SETSID is not set
CONFIG_SETSID=y
CONFIG_STRINGS=y
CONFIG_TASKSET=y
CONFIG_FEATURE_TASKSET_FANCY=y

View file

@ -1,7 +1,7 @@
# Build template for 'base-system-busybox'.
pkgname=base-system-busybox
version=1.22.1
revision=5
revision=6
wrksrc="busybox-${version}"
homepage="http://www.busybox.net"
hostmakedepends="perl"
@ -30,11 +30,9 @@ pre_build() {
sed -e "s,\(CONFIG_CROSS_COMPILER_PREFIX\).*,\1=\"${XBPS_CROSS_TRIPLET}-\",g" -i .config
fi
}
do_build() {
make ${makejobs}
}
do_install() {
# Install everything to /usr/bin.
vmkdir usr/bin