# HG changeset patch # User Tony Theodore # Date 1315481537 -36000 # Node ID 76f9074f98447e0d49f7d96b58a49f3807165149 # Parent f20422f213e8c8fdd6e422b9d7dd267df6c4ec00 package gnutls: bugfix for configure's AR detection on OSX diff -r f20422f213e8 -r 76f9074f9844 src/gnutls.mk --- 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' \