[SCM] klick/master: Fix build with gcc-5.
Jaromír Mikeš
mira.mikes at gmail.com
Mon Jul 11 22:13:53 UTC 2016
2016-07-12 0:10 GMT+02:00 <mira-guest at users.alioth.debian.org>:
> 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
Can someone review if all is correct and ready for upload?
thank you
regards
mira
More information about the pkg-multimedia-maintainers
mailing list