summaryrefslogblamecommitdiff
path: root/user/open-vm-tools/disable-werror.patch
blob: 544350a5e9b971544cc466b312504f77e7ebb697 (plain) (tree)




















                                                                                           
#--- open-vm-tools-12.4.0-23259341/configure.ac.old	2024-02-06 09:07:32.000000000 -0600
#+++ open-vm-tools-12.4.0-23259341/configure.ac	2024-05-22 13:44:36.918508290 -0500
#@@ -1388,7 +1388,6 @@
# 
# ### General flags / actions
# CFLAGS="$CFLAGS -Wall"
#-CFLAGS="$CFLAGS -Werror"
# 
# # -Wno-unknown-pragmas is due to gcc not understanding '#pragma ident'
# # in Xlib.h on OpenSolaris.
#
--- open-vm-tools-12.4.0-23259341/configure.old	2024-02-06 09:11:26.000000000 -0600
+++ open-vm-tools-12.4.0-23259341/configure	2024-05-22 13:44:44.128513544 -0500
@@ -26481,7 +26481,6 @@
 
 ### General flags / actions
 CFLAGS="$CFLAGS -Wall"
-CFLAGS="$CFLAGS -Werror"
 
 # -Wno-unknown-pragmas is due to gcc not understanding '#pragma ident'
 # in Xlib.h on OpenSolaris.