system/vhba-module: Disable -Werror.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2019-05-23 20:14:57 +02:00 committed by Robby Workman
parent 25d77a4bbd
commit d5a1861122
1 changed files with 2 additions and 0 deletions

View File

@ -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