You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-crypt/pesign/files/pesign-114-no-werror.patch

14 lines
537 B

diff --git a/Make.defaults b/Make.defaults
index fdb961a..cdbb064 100644
--- a/Make.defaults
+++ b/Make.defaults
@@ -58,7 +58,7 @@ cflags = $(CFLAGS) $(ARCH3264) \
-Wall -Wextra -Wsign-compare -Wno-unused-result \
-Wno-unused-function -Wno-missing-field-initializers \
-Wno-analyzer-malloc-leak \
- -Werror -Wno-error=cpp -Wno-free-nonheap-object \
+ -Wno-error=cpp -Wno-free-nonheap-object \
-std=gnu11 -fshort-wchar -fPIC -fno-strict-aliasing \
-D_GNU_SOURCE -DCONFIG_$(ARCH) -I${TOPDIR}/include \
'-DRUNDIR="$(rundir)"' \