xbps-src: also use build-profiles for bootstrap pkgs.
This commit is contained in:
parent
f83e8b8ef0
commit
88c76fb588
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ setup_pkg() {
|
||||||
dbgflags="-g"
|
dbgflags="-g"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$XBPS_CFLAGS" -a -z "$XBPS_CXXFLAGS" -a -z "$bootstrap" ]; then
|
if [ -z "$XBPS_CFLAGS" -a -z "$XBPS_CXXFLAGS" -a -z "$CHROOT_READY" ]; then
|
||||||
if [ -s ${XBPS_COMMONDIR}/build-profiles/${XBPS_MACHINE}.sh ]; then
|
if [ -s ${XBPS_COMMONDIR}/build-profiles/${XBPS_MACHINE}.sh ]; then
|
||||||
. ${XBPS_COMMONDIR}/build-profiles/${XBPS_MACHINE}.sh
|
. ${XBPS_COMMONDIR}/build-profiles/${XBPS_MACHINE}.sh
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue