[libreoffice-online] 04/08: disable -Werror...

Rene Engelhard rene at moszumanska.debian.org
Sun Feb 26 18:44:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository libreoffice-online.

commit 516e5f4d27c260e038aa84d58eb7fa17482781ee
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Wed Feb 1 22:11:15 2017 +0100

    disable -Werror...
---
 debian/patches/no-werror.diff | 15 +++++++++++++++
 debian/patches/series         |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/no-werror.diff b/debian/patches/no-werror.diff
new file mode 100644
index 0000000..c6ddbc3
--- /dev/null
+++ b/debian/patches/no-werror.diff
@@ -0,0 +1,15 @@
+diff --git a/configure.ac b/configure.ac
+index 7268ea2..6c7cd3e 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -149,8 +149,8 @@ fi
+ # Test for build environment
+ 
+ CXXFLAGS="$CXXFLAGS -std=c++11"
+-CXXFLAGS="$CXXFLAGS -Wall -Wextra -Werror -Wshadow"
+-CFLAGS="$CFLAGS -Wall -Wextra -Werror"
++CXXFLAGS="$CXXFLAGS -Wall -Wextra -Wshadow"
++CFLAGS="$CFLAGS -Wall -Wextra"
+ 
+ with_lokit_path=`readlink -f $with_lokit_path`
+ AS_IF([test -n "$with_lokit_path"],
diff --git a/debian/patches/series b/debian/patches/series
index 2ce5be1..2c25531 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 lo-path.diff
+no-werror.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice-online.git



More information about the Pkg-openoffice-commits mailing list