diff options
Diffstat (limited to 'misc/lastpass-cli/lastpass-cli.SlackBuild')
-rw-r--r-- | misc/lastpass-cli/lastpass-cli.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 |