xbps-src: environment: set CFLAGS and LDFLAGS for the bootstrap case.
Fixes building bootstrap packages that need to find libs in masterdir and not from the host.
This commit is contained in:
parent
921c9566f8
commit
11a6f8a681
3 changed files with 5 additions and 2 deletions
4
common/environment/configure/bootstrap.sh
Normal file
4
common/environment/configure/bootstrap.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
if [ -z "$CHROOT_READY" ]; then
|
||||
CFLAGS="-I${XBPS_MASTERDIR}/usr/include"
|
||||
LDFLAGS="-L${XBPS_MASTERDIR}/usr/lib"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue