]> git.pld-linux.org Git - packages/czmq.git/blob - no-Werror.patch
- disable -Werror to fix building with latest glibc
[packages/czmq.git] / no-Werror.patch
1 --- czmq-2.2.0/configure.ac~    2014-04-23 14:46:58.000000000 +0200
2 +++ czmq-2.2.0/configure.ac     2015-01-26 20:11:55.802471286 +0100
3 @@ -295,7 +295,7 @@
4  
5  # These options are GNU compiler specific.
6  if test "x$GCC" = "xyes"; then
7 -    CPPFLAGS="-pedantic -Werror -Wall ${CPPFLAGS}"
8 +    CPPFLAGS="-pedantic -Wall ${CPPFLAGS}"
9  fi
10  
11  AM_CONDITIONAL(ON_MINGW, test "x$czmq_on_mingw32" = "xyes")
This page took 0.046738 seconds and 3 git commands to generate.