From d5a18611225172434d52a653576786da1d525346 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Thu, 23 May 2019 20:14:57 +0200 Subject: system/vhba-module: Disable -Werror. Signed-off-by: Matteo Bernardini --- system/vhba-module/vhba-module.SlackBuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/vhba-module/vhba-module.SlackBuild b/system/vhba-module/vhba-module.SlackBuild index 64d9365316..37e455cce6 100644 --- a/system/vhba-module/vhba-module.SlackBuild +++ b/system/vhba-module/vhba-module.SlackBuild @@ -60,6 +60,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +sed -i "s|\ -Werror||" Makefile + make KERNELRELEASE=$KERNEL mkdir -p $PKG/lib/modules/$KERNEL/extra -- cgit v1.2.3-80-g2a13