summarylogtreecommitdiffstats
path: root/0001-Build-with-Archlinux.patch
diff options
context:
space:
mode:
authorlsf2024-04-29 09:26:55 +0200
committerlsf2024-04-29 09:27:17 +0200
commitd8b3a74074aa65c2c9e8d009bf9387459bf8919a (patch)
tree54229c0399af62dd4d434ea7c8a35d33492683d0 /0001-Build-with-Archlinux.patch
parent39d09cc8ed675b158aee667d495da475038a4e6e (diff)
downloadaur-d8b3a74074aa65c2c9e8d009bf9387459bf8919a.tar.gz
fix arch patch; thanks @mydongistiny
Diffstat (limited to '0001-Build-with-Archlinux.patch')
-rw-r--r--0001-Build-with-Archlinux.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/0001-Build-with-Archlinux.patch b/0001-Build-with-Archlinux.patch
index 24c84f6b96b1..212e1f79d61f 100644
--- a/0001-Build-with-Archlinux.patch
+++ b/0001-Build-with-Archlinux.patch
@@ -10,14 +10,12 @@ index d987814..5f7bc10 100644
-I$(KERNEL_HEADERS)/arch/$(ARCH)/include/generated/ \
-I$(KERNEL_HEADERS)/include \
-include $(KERNEL_DIR)/include/linux/kconfig.h \
-@@ -45,7 +46,9 @@ CLANG_FLAGS = -I. \
- $(EXTRA_FLAGS) \
+@@ -48,7 +49,8 @@ CLANG_FLAGS = -I. \
-Wno-gnu-variable-sized-type-not-at-end \
- -Wno-address-of-packed-member -Wno-tautological-compare \
+ -Wno-address-of-packed-member \
+ -Wno-tautological-compare \
- -Wno-unknown-warning-option \
+ -Wno-unknown-warning-option \
+ -fcf-protection \
-+ -fno-stack-protector \
+ -fno-stack-protector \
-g -O2 -emit-llvm
-
- all: $(BIN)