changeset 3271:17b6f55e42c5

Change gnutls configure options to use MXE_XXX tools * src/gnutls.mk: change any $(TARGET)-XXXX tools to $(MXE_XXX) tools.
author test
date Fri, 18 Oct 2013 10:24:47 -0400
parents 7ecd056f09a6
children 2a75f906728b
files src/gnutls.mk
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/gnutls.mk	Thu Oct 17 20:07:27 2013 -0400
+++ b/src/gnutls.mk	Fri Oct 18 10:24:47 2013 -0400
@@ -38,14 +38,14 @@
         --with-included-libtasn1 \
         --with-libregex='$(HOST_PREFIX)' \
         --with-regex-header=pcreposix.h \
-        --with-libregex-cflags="`'$(TARGET)-pkg-config' libpcreposix --cflags`" \
-        --with-libregex-libs="`'$(TARGET)-pkg-config' libpcreposix --libs`" \
+        --with-libregex-cflags="`$(MXE_PKG_CONFIG) libpcreposix --cflags`" \
+        --with-libregex-libs="`$(MXE_PKG_CONFIG) libpcreposix --libs`" \
         --with-included-libcfg \
         --without-p11-kit \
         --disable-silent-rules \
         CPPFLAGS='-DWINVER=0x0501 -DAI_ADDRCONFIG=0x0400 -DIPV6_V6ONLY=27' \
         LIBS='-lws2_32' \
-        ac_cv_prog_AR='$(TARGET)-ar' && $(CONFIGURE_POST_HOOK)
+        ac_cv_prog_AR='$(MXE_AR)' && $(CONFIGURE_POST_HOOK)
 
     $(MAKE) -C '$(1)' -j '$(JOBS)' install
 endef