From ea9f59ed7e818159227355264d6810de2226cb74 Mon Sep 17 00:00:00 2001 From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" Date: Wed, 16 Nov 2011 03:02:55 -0100 Subject: [PATCH] Update USE flags for stage1 to add cxx to fix the building of stages - bug 390701. --- targets/stage1/stage1-chroot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh index 74d36c97..550eef79 100644 --- a/targets/stage1/stage1-chroot.sh +++ b/targets/stage1/stage1-chroot.sh @@ -31,8 +31,8 @@ make_destpath /tmp/stage1root # Now, we install our packages [ -e /etc/make.conf ] && \ - echo "USE=\"-* bindist build ${STAGE1_USE} ${clst_HOSTUSE}\"" \ + echo "USE=\"-* bindist build cxx ${STAGE1_USE} ${clst_HOSTUSE}\"" \ >> /etc/make.conf run_merge "--oneshot ${clst_buildpkgs}" -sed -i "/USE=\"-* bindist build ${STAGE1_USE} ${clst_HOSTUSE}\"/d" \ +sed -i "/USE=\"-* bindist build cxx ${STAGE1_USE} ${clst_HOSTUSE}\"/d" \ /etc/make.conf -- 2.26.2