summaryrefslogtreecommitdiffstats
path: root/system/gnome-online-accounts
diff options
context:
space:
mode:
author Ozan Türkyılmaz2023-04-01 19:37:05 +0200
committer Willy Sudiarto Raharjo2023-04-08 04:16:31 +0200
commit7ebf721a46e0d67b93835afc98636b2ec32b009a (patch)
treed50b2fc8f3e6a827a99047f62a01bb0dedb6177b /system/gnome-online-accounts
parentf5d1ea596766cdf2268370baa69fe7b916c95d51 (diff)
downloadslackbuilds-7ebf721a46e0d67b93835afc98636b2ec32b009a.tar.gz
system/gnome-online-accounts: Fix configure flag.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/gnome-online-accounts')
-rw-r--r--system/gnome-online-accounts/gnome-online-accounts.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/gnome-online-accounts/gnome-online-accounts.SlackBuild b/system/gnome-online-accounts/gnome-online-accounts.SlackBuild
index a5eca2bfd5..4f9707a920 100644
--- a/system/gnome-online-accounts/gnome-online-accounts.SlackBuild
+++ b/system/gnome-online-accounts/gnome-online-accounts.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gnome-online-accounts
VERSION=${VERSION:-3.44.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -90,7 +90,7 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-backend \
--enable-lastfm \
--enable-inspector \
- --enable-kerbelos \
+ --enable-kerberos \
--enable-media-server \
--enable-exchange \
--enable-windows-live \