mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/chntpw: use compiler from abuild.conf but fallback to gcc
This commit is contained in:
parent
af0237cd78
commit
b4fe14bf6c
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user