diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2013-01-16 10:26:32 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2013-01-16 10:26:32 +0000 |
commit | af0237cd786cec926806252624e057041019a076 (patch) | |
tree | 2c0e7e5c2259f9b3ce920b9a8254ef41ce3d6b5d /testing/chntpw | |
parent | 6f7156877ea65d4207b6f75aab461c77b796ee82 (diff) | |
download | aports-af0237cd786cec926806252624e057041019a076.tar.bz2 aports-af0237cd786cec926806252624e057041019a076.tar.xz |
testing/chntpw: change to gcc
Diffstat (limited to 'testing/chntpw')
-rw-r--r-- | testing/chntpw/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/chntpw/APKBUILD b/testing/chntpw/APKBUILD index a572d49bd..90d80eb8f 100644 --- a/testing/chntpw/APKBUILD +++ b/testing/chntpw/APKBUILD @@ -27,7 +27,7 @@ prepare() { build() { cd "$_builddir" - make CC="$CC" CFLAGS="$CFLAGS -DUSEOPENSSL" LIBS="-lcrypto" \ + make CC="gcc" CFLAGS="$CFLAGS -DUSEOPENSSL" LIBS="-lcrypto" \ chntpw cpnt reged || return 1 } |