mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 04:12:57 +02:00
binutils: repair bootstrap build.
This commit is contained in:
parent
2401e2c34c
commit
3f8eec496c
1 changed files with 2 additions and 1 deletions
|
@ -13,9 +13,10 @@ checksum=4930b2886309112c00a279483eaef2f0f8e1b1b62010e0239c16b22af7c346d4
|
||||||
|
|
||||||
if [ "$CHROOT_READY" ]; then
|
if [ "$CHROOT_READY" ]; then
|
||||||
hostmakedepends="flex perl"
|
hostmakedepends="flex perl"
|
||||||
|
makedepends="libfl-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
makedepends="libfl-devel zlib-devel"
|
makedepends+="zlib-devel"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Drop bashism!
|
# Drop bashism!
|
||||||
|
|
Loading…
Add table
Reference in a new issue