summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2019-08-31 16:21:40 +0200
committer Robby Workman <rworkman@slackbuilds.org>2021-04-17 23:23:16 -0500
commit015d32ee28a32e41175a0bd085ae6a2fde721ede (patch)
treeb3f73f2584672a7025d041d8dedf0386b5b52da5
parent57e2fb481133fad634574bccc2283b8437e35535 (diff)
downloadslackbuilds-015d32ee28a32e41175a0bd085ae6a2fde721ede.tar.gz
slackbuilds-015d32ee28a32e41175a0bd085ae6a2fde721ede.tar.xz
system/fwupdate: Disabled some warnings-as-errors.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--system/fwupdate/fwupdate.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/fwupdate/fwupdate.SlackBuild b/system/fwupdate/fwupdate.SlackBuild
index 682bce6a05..5487906bf4 100644
--- a/system/fwupdate/fwupdate.SlackBuild
+++ b/system/fwupdate/fwupdate.SlackBuild
@@ -70,6 +70,9 @@ 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|-Og|-Og -Wno-error=address-of-packed-member -Wno-error=pointer-sign|" \
+ {efi,linux}/Makefile
+
# randomly fails with more than one thread
make -j1 \
EFIDIR=Slackware \