summaryrefslogtreecommitdiffstats
path: root/system/fwupdate/fwupdate.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2020-03-21 11:50:32 +0100
committer Matteo Bernardini2020-03-21 11:50:32 +0100
commit296746ee2c9b89a5b04f160cf22d7f9227330c05 (patch)
tree9813ea75d1309877871a37e478e166931812353e /system/fwupdate/fwupdate.SlackBuild
parentf846eb1bcc13a8369ba70a1efd953b9140e56c2f (diff)
downloadslackbuilds-296746ee2c9b89a5b04f160cf22d7f9227330c05.tar.gz
20200321.1 global branch merge.current-20200321.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/fwupdate/fwupdate.SlackBuild')
-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 \