mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
system/vhba-module: Disable -Werror.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
25d77a4bbd
commit
d5a1861122
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue