aboutsummaryrefslogtreecommitdiffstats
path: root/testing/chntpw/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/chntpw/APKBUILD')
-rw-r--r--testing/chntpw/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/chntpw/APKBUILD b/testing/chntpw/APKBUILD
index 90d80eb8f1..7fb753678a 100644
--- a/testing/chntpw/APKBUILD
+++ b/testing/chntpw/APKBUILD
@@ -27,7 +27,7 @@ prepare() {
build() {
cd "$_builddir"
- make CC="gcc" CFLAGS="$CFLAGS -DUSEOPENSSL" LIBS="-lcrypto" \
+ make CC="${CC:-gcc}" CFLAGS="$CFLAGS -DUSEOPENSSL" LIBS="-lcrypto" \
chntpw cpnt reged || return 1
}