void-packages/srcpkgs/open-vm-tools/patches/0002-disable-werror.patch
Piraty 2375b47faa open-vm-tools: update to 11.0.5.
* build for musl as well
    * most patches are borrowed from alpine
    * resolver compat borrowed from `srcpkgs/qt5/files/resolv_compat.h`
* build from sources instead of build tarball
* drop dependencies `libdnet` and `icu`, as upstream disables them by
default now for linux builds (9f52cd, fcb7bb7)

Closes #18611
2020-01-30 18:30:14 +01:00

13 lines
327 B
Diff

#upstream: no
--- open-vm-tools/configure.ac
+++ open-vm-tools/configure.ac
@@ -1218,7 +1218,7 @@
### General flags / actions
CFLAGS="$CFLAGS -Wall"
-CFLAGS="$CFLAGS -Werror"
+#CFLAGS="$CFLAGS -Werror"
# Suppress warnings from clang when taking the address of packed struct
# member fields when compiling hgfsServer.c