summaryrefslogtreecommitdiffstats
path: root/system/fwupdate
diff options
context:
space:
mode:
author Matteo Bernardini2019-10-05 16:47:07 +0200
committer Matteo Bernardini2019-10-05 16:47:07 +0200
commitb4341c47d86c9f5cf175809f0f50a5ac04edccb1 (patch)
tree29b18a2cd96ea2b52be0c05cab9478d9295766fa /system/fwupdate
parent0f41388fbdebf3a7e930962dd49fd0a2ee704fae (diff)
downloadslackbuilds-b4341c47d86c9f5cf175809f0f50a5ac04edccb1.tar.gz
20191005.1 global branch merge.current-20191005.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/fwupdate')
-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 \