changeset 1983:76f9074f9844

package gnutls: bugfix for configure's AR detection on OSX
author Tony Theodore <tonyt@logyst.com>
date Thu, 08 Sep 2011 21:32:17 +1000
parents f20422f213e8
children 25c1e911a84b
files src/gnutls.mk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gnutls.mk	Thu Sep 08 09:15:24 2011 +0200
+++ b/src/gnutls.mk	Thu Sep 08 21:32:17 2011 +1000
@@ -39,7 +39,8 @@
         --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' \