[SCM] openni2/master: Fix compilation with GCC5

jspricke-guest at users.alioth.debian.org jspricke-guest at users.alioth.debian.org
Sat Aug 15 14:11:09 UTC 2015


The following commit has been merged in the master branch:
commit ee3bb1b22df3bd72d669014a9707baad88d981cf
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Sat Aug 15 10:23:48 2015 +0200

    Fix compilation with GCC5

diff --git a/debian/rules b/debian/rules
index 4872384..eba7b89 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
-export CFLAGS=-fno-stack-protector
-export CXXFLAGS=-fno-stack-protector
+CFLAGS = -fno-stack-protector -Wno-error=unused-variable
+CXXFLAGS = -fno-stack-protector -Wno-error=unused-variable
 
 %:
 	dh $@ --buildsystem=makefile

-- 
openni2 packaging



More information about the pkg-multimedia-commits mailing list