File: 10_disable-Werror.patch

package info (click to toggle)
ocaml-libvirt 0.6.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 748 kB
  • ctags: 400
  • sloc: sh: 2,990; ansic: 2,556; ml: 1,967; perl: 649; makefile: 249
file content (16 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: disable unnecessary option -Werror to avoid a FTBFS.
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
Last-Update: 2016-12-18
Index: ocaml-libvirt-0.6.1.4/configure.ac
===================================================================
--- ocaml-libvirt-0.6.1.4.orig/configure.ac
+++ ocaml-libvirt-0.6.1.4/configure.ac
@@ -33,7 +33,7 @@ dnl Select some C flags based on the hos
 AC_CANONICAL_HOST
 
 DEBUG="-g"
-WARNINGS="-Wall -Werror"
+WARNINGS="-Wall"
 CFLAGS_FPIC="-fPIC"
 WIN32=no
 case "$host" in