From 8564df08b0936042a05c904dd1cfa5c1e02fdfb3 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 8 Oct 2022 11:44:57 +0200 Subject: [PATCH] upx: remove -Werror --- srcpkgs/upx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/upx/template b/srcpkgs/upx/template index c562348651d..1505ea9d2b3 100644 --- a/srcpkgs/upx/template +++ b/srcpkgs/upx/template @@ -5,7 +5,7 @@ revision=1 wrksrc="upx-${version}-src" build_style=gnu-makefile make_build_target=all -make_build_args="CHECK_WHITESPACE=:" +make_build_args="CHECK_WHITESPACE=: CXXFLAGS_WERROR=" make_use_env=yes hostmakedepends="perl" makedepends="ucl zlib-devel"