summaryrefslogtreecommitdiffstats
path: root/src/gnutls.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2020-04-05 09:18:38 (GMT)
committerTony Theodore <tonyt@logyst.com>2020-04-05 09:21:19 (GMT)
commitd249dac3a4b954a2907da1fcbb4e76e64a7339c2 (patch)
tree43cf9b336b0524e247567d0545ca0e631b5e90e8 /src/gnutls.mk
parent735fa0817442924e2c5bd0595c070acc34821636 (diff)
downloadmxe-d249dac3a4b954a2907da1fcbb4e76e64a7339c2.zip
mxe-d249dac3a4b954a2907da1fcbb4e76e64a7339c2.tar.gz
mxe-d249dac3a4b954a2907da1fcbb4e76e64a7339c2.tar.bz2
gnutls: set _WIN32_WINNT to vista
ac_cv_prog_AR didn't have line continuation and wasn't used fixes #2475
Diffstat (limited to 'src/gnutls.mk')
-rw-r--r--src/gnutls.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gnutls.mk b/src/gnutls.mk
index e7aff8c..f24763e 100644
--- a/src/gnutls.mk
+++ b/src/gnutls.mk
@@ -28,8 +28,8 @@ define $(PKG)_BUILD
--disable-tests \
--enable-local-libopts \
--without-p11-kit \
- --disable-silent-rules
- ac_cv_prog_AR='$(TARGET)-ar'
+ --disable-silent-rules \
+ CFLAGS='-D_WIN32_WINNT=0x0600'
$(MAKE) -C '$(1)' -j '$(JOBS)' install
'$(TARGET)-gcc' \