summaryrefslogtreecommitdiffstats
path: root/package/openvmtools/0001-no_cflags_werror.patch
blob: 3378cb8e7ddcfcd0a364652bd884df0c8709097e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
configure.ac: disable -Werror

Disable the mandatory flag -Werror in configure.ac.

Signed-off-by: Karoly Kasza <kaszak@gmail.com>

--- open-vm-tools/configure.ac	2015-06-17 10:02:00.000000000 +0200
+++ open-vm-tools/configure.ac	2015-06-17 10:02:00.000000000 +0200
@@ -935,7 +935,7 @@
 
 ### General flags / actions
 CFLAGS="$CFLAGS -Wall"
-CFLAGS="$CFLAGS -Werror"
+# CFLAGS="$CFLAGS -Werror"
 
 # -Wno-unknown-pragmas is due to gcc not understanding '#pragma ident'
 # in Xlib.h on OpenSolaris.

OpenPOWER on IntegriCloud