summaryrefslogtreecommitdiffstats
path: root/0001-Drop-that-for-now.patch
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-04-24 05:31:22 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2020-04-24 05:56:43 +0200
commit837cd03f031f1daaa2dda23d584cda25b0dfd51e (patch)
tree5a62f9127c7daa3d8f96e1394ef74421a7fb53e7 /0001-Drop-that-for-now.patch
parent536dec0b3393550051e61fc345aede447477bf94 (diff)
parentd1b6f8c7af0eb9a0a44b2d4723e58dde5eafa236 (diff)
downloadkernel-5.7.0-0.rc2.20200423git7adc4b399952.1.vanilla.1.fc31.tar.gz
kernel-5.7.0-0.rc2.20200423git7adc4b399952.1.vanilla.1.fc31.tar.xz
kernel-5.7.0-0.rc2.20200423git7adc4b399952.1.vanilla.1.fc31.zip
Diffstat (limited to '0001-Drop-that-for-now.patch')
-rw-r--r--0001-Drop-that-for-now.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0001-Drop-that-for-now.patch b/0001-Drop-that-for-now.patch
new file mode 100644
index 000000000..c991817e3
--- /dev/null
+++ b/0001-Drop-that-for-now.patch
@@ -0,0 +1,25 @@
+From 0791d647272fa837cad2ac55ab8d8294d2dffda7 Mon Sep 17 00:00:00 2001
+From: Laura Abbott <labbott@redhat.com>
+Date: Wed, 23 Jan 2019 14:36:37 +0100
+Subject: [PATCH] Drop that for now
+
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 0808100e660f..15a5cdd01839 100644
+--- a/Makefile
++++ b/Makefile
+@@ -479,7 +479,7 @@ KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE
+ KBUILD_CFLAGS := -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs \
+ -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE \
+ -Werror=implicit-function-declaration -Werror=implicit-int \
+- -Wno-format-security \
++ -Wno-format-security -Wno-address-of-packed-member \
+ -std=gnu89
+ KBUILD_CPPFLAGS := -D__KERNEL__
+ KBUILD_AFLAGS_KERNEL :=
+--
+2.26.0
+