mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 09:07:01 +02:00
cross-aarch64-linux-gnu: fix build
This got dropped by accident.
This commit is contained in:
parent
9baf426d08
commit
28263c8572
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ _glibc_build() {
|
|||
export CFLAGS="-O1 -pipe ${_archflags}"
|
||||
|
||||
_args="--prefix=/usr"
|
||||
_args+=" --libdir=/usr/lib"
|
||||
_args+=" --host=${_triplet}"
|
||||
_args+=" --with-headers=${_sysroot}/usr/include"
|
||||
_args+=" --config-cache"
|
||||
|
|
Loading…
Add table
Reference in a new issue