mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-28 06:35:24 +02:00
* 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
13 lines
327 B
Diff
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
|