From 88c76fb5888f3c9aa463a77de26eafca19f2cab5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 10 Nov 2014 11:25:36 +0100 Subject: [PATCH] xbps-src: also use build-profiles for bootstrap pkgs. --- common/xbps-src/shutils/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/xbps-src/shutils/common.sh b/common/xbps-src/shutils/common.sh index f150754bd1d..87983e3bb26 100644 --- a/common/xbps-src/shutils/common.sh +++ b/common/xbps-src/shutils/common.sh @@ -331,7 +331,7 @@ setup_pkg() { dbgflags="-g" 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 . ${XBPS_COMMONDIR}/build-profiles/${XBPS_MACHINE}.sh fi