mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
binutils: add comment
This commit is contained in:
parent
fe96b15e9b
commit
34728c63d9
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ do_configure() {
|
|||
if [ "$CROSS_BUILD" ]; then
|
||||
# we don't want --with-sysroot=${XBPS_CROSS_BASE} like gnu-configure
|
||||
conf+=" --host=${XBPS_CROSS_TRIPLET} --with-build-sysroot=${XBPS_CROSS_BASE}"
|
||||
|
||||
# pkgconf adds sysroot includes to cflags and ldflags, which breaks binutils cross-compile with zstd
|
||||
vsed -e '/PKG_CONFIG_SYSROOT_DIR/d' -i ${XBPS_WRAPPERDIR}/${XBPS_CROSS_TRIPLET}-pkg-config
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue