aboutsummaryrefslogtreecommitdiffstats
path: root/main/beep/0002-remove-option-werror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/beep/0002-remove-option-werror.patch')
-rw-r--r--main/beep/0002-remove-option-werror.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/main/beep/0002-remove-option-werror.patch b/main/beep/0002-remove-option-werror.patch
new file mode 100644
index 00000000000..7f650bcfd78
--- /dev/null
+++ b/main/beep/0002-remove-option-werror.patch
@@ -0,0 +1,25 @@
+From b471c291766e0b6a3afaa1324fd1c79be7ab0dab Mon Sep 17 00:00:00 2001
+From: Leonardo Arena <rnalrd@alpinelinux.org>
+Date: Tue, 1 Feb 2022 09:30:53 +0000
+Subject: [PATCH 1/2] remove option werror
+
+---
+ GNUmakefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/GNUmakefile b/GNUmakefile
+index a27b453..9747798 100644
+--- a/GNUmakefile
++++ b/GNUmakefile
+@@ -155,7 +155,7 @@ $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Werror=unknown-warning-option))
+ $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Wall))
+ $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Wextra))
+ $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Weverything))
+-$(eval $(call CHECK_CFLAGS,common_CFLAGS,-Werror))
++$(eval $(call CHECK_CFLAGS,common_CFLAGS))
+ $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Wno-padded))
+ $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Werror=format-security))
+ $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Wno-disabled-macro-expansion))
+--
+2.35.1
+