diff options
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 |
commit | 7ebf721a46e0d67b93835afc98636b2ec32b009a (patch) | |
tree | d50b2fc8f3e6a827a99047f62a01bb0dedb6177b /system/gnome-online-accounts | |
parent | f5d1ea596766cdf2268370baa69fe7b916c95d51 (diff) |
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.SlackBuild | 4 |
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 a5eca2bfd500d..4f9707a920523 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 \ |