[lgeneral] 01/05: Append -std=gnu89 to CFLAGS and force building with the older

Markus Koschany apo-guest at moszumanska.debian.org
Fri Jun 26 19:30:20 UTC 2015


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

apo-guest pushed a commit to branch master
in repository lgeneral.

commit ce672d6966b87565be07ba7e0572a2c0313b7b73
Author: Markus Koschany <apo at gambaru.de>
Date:   Fri Jun 26 20:19:40 2015 +0200

    Append -std=gnu89 to CFLAGS and force building with the older
    
    GCC standard gnu89 instead of the new default gnu11. This fixes the FTBFS
    with GCC-5.
    
    Closes: #777933
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 97b3b89..74e3f0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
 #export DH_VERBOSE=1
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_CFLAGS_MAINT_APPEND = -std=gnu89
 
 %:
 	dh $@ --parallel --with autotools_dev

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



More information about the Pkg-games-commits mailing list