summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gnutls.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gnutls.mk b/src/gnutls.mk
index f53fbf4..38f95d0 100644
--- a/src/gnutls.mk
+++ b/src/gnutls.mk
@@ -39,7 +39,8 @@ define $(PKG)_BUILD
--with-libgcrypt \
--without-lzo \
--without-p11-kit \
- LIBS='-lz'
+ LIBS='-lz' \
+ ac_cv_prog_AR='$(TARGET)-ar'
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= defexec_DATA=
'$(TARGET)-gcc' \