summaryrefslogtreecommitdiffstats
path: root/system/lxtask/lxtask.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/lxtask/lxtask.SlackBuild')
-rw-r--r--system/lxtask/lxtask.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/lxtask/lxtask.SlackBuild b/system/lxtask/lxtask.SlackBuild
index 773b8f900d..3db22407fb 100644
--- a/system/lxtask/lxtask.SlackBuild
+++ b/system/lxtask/lxtask.SlackBuild
@@ -107,6 +107,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 {} \;
+# Fix building wit gcc >= 10.x
+patch -p1 < $CWD/fix-no-common.patch
+
sh autogen.sh || true
CXXFLAGS="$SLKCFLAGS" \