[SCM] klick/master: Fix build with gcc-5.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Jul 11 22:10:17 UTC 2016


The following commit has been merged in the master branch:
commit df41413cfc353b8b8beed5afee626c849328bdc9
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Jul 12 00:10:06 2016 +0200

    Fix build with gcc-5.

diff --git a/debian/patches/series b/debian/patches/series
index 6d6f396..d7d2fcc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
 01-hardening_fix.patch
-#02-gcc_6.patch
+02-gcc_6.patch
diff --git a/debian/rules b/debian/rules
index edc9744..4c61872 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
 # -*- makefile -*-
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+export CPPFLAGS += -std=c++11
 
 SCONS = scons --warn=no-deprecated
 

-- 
klick packaging



More information about the pkg-multimedia-commits mailing list