testing/chntpw: use compiler from abuild.conf but fallback to gcc

This commit is contained in:
Natanael Copa 2013-01-16 10:34:08 +00:00
parent af0237cd78
commit b4fe14bf6c

View File

@ -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
}