File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
assets/baserepo_overlay/scripts
profiles/linux/amd64/clang/musl Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -298,6 +298,8 @@ einfo "Using texinfo : ${myTEXINFO}"
298298einfo " Using zlib : ${myZLIB} "
299299einfo " Using ncurses : ${myNCURSES} "
300300einfo " Using perl : ${myPERL} "
301+ [[ -n ${myEXTRA} ]] && einfo " Using extra pkgs : ${myEXTRA} "
302+
301303echo -------------------------------------------------------------------------------
302304show_status 1 Configuring environment
303305echo -------------------------------------------------------------------------------
@@ -334,7 +336,7 @@ if [ ${BOOTSTRAP_STAGE} -le 2 ] ; then
334336 else
335337 STRAP_EMERGE_POSARGS=" \
336338 ${myOS_HEADERS} ${myTEXINFO} ${myGETTEXT} ${myBINUTILS} \
337- ${myGCC} ${myLIBC} ${myBASELAYOUT} ${myZLIB} ${myPERL} "
339+ ${myGCC} ${myLIBC} ${myBASELAYOUT} ${myZLIB} ${myPERL} ${myEXTRA} "
338340 fi
339341 ${V_ECHO} emerge ${STRAP_EMERGE_OPTS} ${STRAP_EMERGE_POSARGS} || cleanup 1
340342 echo -------------------------------------------------------------------------------
@@ -360,4 +362,4 @@ if [[ -n ${STRAP_RUN} ]] ; then
360362 echo
361363fi
362364
363- cleanup 0
365+ cleanup 0
Original file line number Diff line number Diff line change 11gentoo:default/linux/amd64/17.0/musl
2+ ../../../../features/bootstrap
23../../../../features/clang
You can’t perform that action at this time.
0 commit comments