From 5b9df04ce5eef1a5390004b60b0d6fa7208b3fb5 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Thu, 3 Feb 2022 17:53:13 +0100 Subject: misc/lastpass-cli: Fix for gcc >= 10.x. Signed-off-by: Matteo Bernardini Signed-off-by: Willy Sudiarto Raharjo --- misc/lastpass-cli/lastpass-cli.SlackBuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'misc') diff --git a/misc/lastpass-cli/lastpass-cli.SlackBuild b/misc/lastpass-cli/lastpass-cli.SlackBuild index 2d730ca558c75..519e89a8c3504 100644 --- a/misc/lastpass-cli/lastpass-cli.SlackBuild +++ b/misc/lastpass-cli/lastpass-cli.SlackBuild @@ -79,6 +79,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 {} \; +export CFLAGS+="$SLKCFLAGS -fcommon" + make make install DESTDIR=$PKG make install-doc MANDIR=$PKG/usr/man -- cgit v1.2.3