summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2011-09-08 11:32:17 (GMT)
committerTony Theodore <tonyt@logyst.com>2011-09-08 11:32:17 (GMT)
commitef0c564743422f58e9656357a24697e455dbba05 (patch)
treec174f544c673b773bcd2128c2bfed23df44e2a70 /src
parentd490a3bc3cb07656ac87d6155d8739c9219d133d (diff)
downloadmxe-ef0c564743422f58e9656357a24697e455dbba05.zip
mxe-ef0c564743422f58e9656357a24697e455dbba05.tar.gz
mxe-ef0c564743422f58e9656357a24697e455dbba05.tar.bz2
package gnutls: bugfix for configure's AR detection on OSX
Diffstat (limited to 'src')
-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' \