[ioquake3] 83/136: Disable the autoupdater; enable only if intentional, like for official builds.

Simon McVittie smcv at debian.org
Thu Jun 15 09:09: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 0eb497b01bb7cdd503bffab352f95495c74a470c
Author: Ryan C. Gordon <icculus at icculus.org>
Date:   Fri Jun 2 02:29:09 2017 -0400

    Disable the autoupdater; enable only if intentional, like for official builds.
---
 Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 322fc15..1d472de 100644
--- a/Makefile
+++ b/Makefile
@@ -35,8 +35,8 @@ endif
 ifndef BUILD_RENDERER_OPENGL2
   BUILD_RENDERER_OPENGL2=
 endif
-ifndef BUILD_AUTOUPDATER
-  BUILD_AUTOUPDATER=
+ifndef BUILD_AUTOUPDATER  # DON'T build unless you mean to!
+  BUILD_AUTOUPDATER=0
 endif
 
 #############################################################################
@@ -231,8 +231,8 @@ ifndef USE_YACC
 USE_YACC=0
 endif
 
-ifndef USE_AUTOUPDATER
-USE_AUTOUPDATER=1
+ifndef USE_AUTOUPDATER  # DON'T include unless you mean to!
+USE_AUTOUPDATER=0
 endif
 
 ifndef DEBUG_CFLAGS

-- 
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