[SCM] dino/master: Disable -Werror to avoid build failures with GCC4.6.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Jun 8 10:54:25 UTC 2011


The following commit has been merged in the master branch:
commit 4ae6d5add527a61f004d1e6f14c171d036ed0221
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Jun 8 12:54:20 2011 +0200

    Disable -Werror to avoid build failures with GCC4.6.

diff --git a/debian/patches/0001-nowerror_flag.patch b/debian/patches/0001-nowerror_flag.patch
new file mode 100644
index 0000000..3f8c503
--- /dev/null
+++ b/debian/patches/0001-nowerror_flag.patch
@@ -0,0 +1,18 @@
+Description: Disable -Werror to avoid build failure with GCC 4.6.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ configure.ac |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- dino.orig/configure.ac
++++ dino/configure.ac
+@@ -27,7 +27,7 @@ AC_ARG_ENABLE(debug,
+ 	[AS_HELP_STRING(--enable-debug, [Enable debugging [default=no]])],
+ 	[debug="$enableval"], [debug=no])
+ if test "$debug" = "yes"; then
+-	DEBUG_CFLAGS='-g -fno-default-inline -ansi -pedantic -Wall -Werror'
++	DEBUG_CFLAGS='-g -fno-default-inline -ansi -pedantic -Wall'
+ else
+ 	DEBUG_CFLAGS='-DNDEBUG'
+ 	debug=no
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..279866c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-nowerror_flag.patch

-- 
dino packaging



More information about the pkg-multimedia-commits mailing list