[ioquake3] 05/21: Workaround Travis-CI MinGW builds failing with new cURL

Simon McVittie smcv at debian.org
Fri Aug 4 20:39:12 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository ioquake3.

commit 8ebb600f620b70048165c08d3373c3f5c928fa04
Author: Zack Middleton <zack at cloemail.com>
Date:   Fri Jul 28 14:32:28 2017 -0500

    Workaround Travis-CI MinGW builds failing with new cURL
---
 .travis.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 09eb769..77c6901 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,8 +17,9 @@ env:
     - CC=gcc USE_CODEC_VORBIS=1 USE_FREETYPE=1
     - CC=clang USE_CODEC_VORBIS=1 USE_FREETYPE=1
     # cross-compile using mingw
-    - CC= PLATFORM="mingw32" ARCH="x86"
-    - CC= PLATFORM="mingw32" ARCH="x86_64"
+    # dlopen curl to workaround link error because mingw-w64 in trusty is missing strtok_r required by libcurl.a
+    - CC= PLATFORM="mingw32" ARCH="x86" USE_CURL_DLOPEN=1
+    - CC= PLATFORM="mingw32" ARCH="x86_64" USE_CURL_DLOPEN=1
 
 script: ./travis-ci-build.sh
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ioquake3.git



More information about the Pkg-games-commits mailing list