summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com>2023-04-01 20:37:05 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-08 09:16:31 +0700
commit7ebf721a46e0d67b93835afc98636b2ec32b009a (patch)
treed50b2fc8f3e6a827a99047f62a01bb0dedb6177b
parentf5d1ea596766cdf2268370baa69fe7b916c95d51 (diff)
downloadslackbuilds-7ebf721a46e0d67b93835afc98636b2ec32b009a.tar.gz
slackbuilds-7ebf721a46e0d67b93835afc98636b2ec32b009a.tar.xz
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>
-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 \