From 9e1fc4ed1a70e74a5033c0eb5451b9b813ef26d7 Mon Sep 17 00:00:00 2001 From: oneechanhax Date: Sat, 9 May 2020 17:15:42 -0400 Subject: [PATCH] rootbld packages as a variable --- abuild.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/abuild.in b/abuild.in index 76f218b..d7acefa 100644 --- a/abuild.in +++ b/abuild.in @@ -21,12 +21,12 @@ fi # defaults : ${FAKEROOT:="fakeroot"} -: ${SUDO_APK:="abuild-apk"} +: ${SUDO_APK:="apk"} : ${APK:="apk"} : ${ADDUSER:="abuild-adduser"} : ${ADDGROUP:="abuild-addgroup"} -: ${CC:="gcc"} -: ${CXX:="g++"} +: ${CC:="clang"} +: ${CXX:="clang++"} apk_opt_wait="--wait 30" @@ -2298,7 +2298,7 @@ rootbld() { calcdeps $SUDO_APK add --initdb --root "$BUILD_ROOT" --update \ - abuild azaezel-base build-base git sbase ubase $hostdeps $builddeps \ + abuild azaezel-base base-build coreutils util-linux $hostdeps $builddeps \ ${USE_CCACHE:+ccache} local bwrap_opts=""