mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
bootstrap: add busybox as an extradepend to deal with /bin/sh virtual
This commit is contained in:
parent
8dd82197f3
commit
21313b8782
@ -120,7 +120,7 @@ for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \
|
||||
;;
|
||||
build-base)
|
||||
# After build-base, that alone is sufficient dependency in the target
|
||||
EXTRADEPENDS_TARGET="$PKG"
|
||||
EXTRADEPENDS_TARGET="busybox $PKG"
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user