From fbed1c3f22f79f5e2309a2759282939b68f2e613 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 1 Aug 2019 02:43:09 +0000 Subject: [PATCH] open-vm-tools: build without -Werror --- srcpkgs/open-vm-tools/patches/werror.patch | 11 +++++++++++ srcpkgs/open-vm-tools/template | 1 - 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/open-vm-tools/patches/werror.patch diff --git a/srcpkgs/open-vm-tools/patches/werror.patch b/srcpkgs/open-vm-tools/patches/werror.patch new file mode 100644 index 0000000000..2bc835f13f --- /dev/null +++ b/srcpkgs/open-vm-tools/patches/werror.patch @@ -0,0 +1,11 @@ +--- configure.ac 2019-02-20 10:15:30.000000000 +0000 ++++ - 2019-08-01 02:24:35.995711725 +0000 +@@ -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 diff --git a/srcpkgs/open-vm-tools/template b/srcpkgs/open-vm-tools/template index 0405ea02ea..e2885c5659 100644 --- a/srcpkgs/open-vm-tools/template +++ b/srcpkgs/open-vm-tools/template @@ -18,7 +18,6 @@ license="GPL-2.0-only, LGPL-2.1-only" homepage="https://github.com/vmware/open-vm-tools" distfiles="https://github.com/vmware/open-vm-tools/releases/download/stable-${version}/open-vm-tools-${version}-${_build}.tar.gz" checksum=a3c02595c802680be258d6249513c76502d383a59597079b10984bb9136dbef5 -broken="https://build.voidlinux.org/builders/x86_64_builder/builds/19098/steps/shell_3/logs/stdio" build_options="pam x11" build_options_default="pam x11"