[SCM] openni2/master: Add -fno-stack-protector to fix build on i386

jspricke-guest at users.alioth.debian.org jspricke-guest at users.alioth.debian.org
Thu Sep 18 12:06:54 UTC 2014


The following commit has been merged in the master branch:
commit c57ed7fe69ad7b2dcc72d57f5f82f1afc5170f50
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Thu Sep 18 14:06:17 2014 +0200

    Add -fno-stack-protector to fix build on i386

diff --git a/debian/rules b/debian/rules
index b70fbe7..638157c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+export CFLAGS=-fno-stack-protector
+export CXXFLAGS=-fno-stack-protector
+
 %:
 	dh $@ --buildsystem=makefile
 

-- 
openni2 packaging



More information about the pkg-multimedia-commits mailing list