[iortcw] 433/497: All: Change the defaults for use of curl

Simon McVittie smcv at debian.org
Fri Sep 8 10:37:43 UTC 2017


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

smcv pushed a commit to annotated tag 1.42d
in repository iortcw.

commit 583fb3409e6450354ee302619586881db6c9f4e6
Author: Donny <donny at raspberrypi.(none)>
Date:   Wed Nov 18 06:09:27 2015 -0500

    All: Change the defaults for use of curl
---
 MP/make-raspberrypi.sh | 4 ++--
 SP/Makefile            | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/MP/make-raspberrypi.sh b/MP/make-raspberrypi.sh
index b9ae24f..a89c405 100755
--- a/MP/make-raspberrypi.sh
+++ b/MP/make-raspberrypi.sh
@@ -2,8 +2,8 @@
 
 	USE_CODEC_VORBIS=0 \
 	USE_CODEC_OPUS=0 \
-	USE_CURL=0 \
-	USE_CURL_DLOPEN=0 \
+	USE_CURL=1 \
+	USE_CURL_DLOPEN=1 \
 	USE_OPENAL=1 \
 	USE_OPENAL_DLOPEN=1 \
 	USE_RENDERER_DLOPEN=0 \
diff --git a/SP/Makefile b/SP/Makefile
index 6a50d00..3a9a0d0 100644
--- a/SP/Makefile
+++ b/SP/Makefile
@@ -189,7 +189,7 @@ USE_OPENAL_DLOPEN=1
 endif
 
 ifndef USE_CURL
-USE_CURL=1
+USE_CURL=0
 endif
 
 ifndef USE_CURL_DLOPEN

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



More information about the Pkg-games-commits mailing list