11a6f8a681
Fixes building bootstrap packages that need to find libs in masterdir and not from the host.
5 lines
116 B
Bash
5 lines
116 B
Bash
if [ -z "$CHROOT_READY" ]; then
|
|
CFLAGS="-I${XBPS_MASTERDIR}/usr/include"
|
|
LDFLAGS="-L${XBPS_MASTERDIR}/usr/lib"
|
|
fi
|