From cd536e8d011605e34cc8ff011a01b7dc85723365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 29 Jun 2019 08:18:21 +0200 Subject: [PATCH] linux4.9: disable warning to fix build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/linux4.9/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/linux4.9/template b/srcpkgs/linux4.9/template index eaac4bb756e..6efb21641a1 100644 --- a/srcpkgs/linux4.9/template +++ b/srcpkgs/linux4.9/template @@ -35,6 +35,8 @@ mutable_files=" /usr/lib/modules/${_kernver}/modules.alias.bin /usr/lib/modules/${_kernver}/modules.devname" +CFLAGS="-Wno-missing-attributes" + do_configure() { # If there's a file called -dotconfig, use it to # configure the kernel; otherwise use arch defaults and all stuff