summaryrefslogtreecommitdiffstats
path: root/source/ap/sqlite/sqlite.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/sqlite/sqlite.SlackBuild')
-rwxr-xr-xsource/ap/sqlite/sqlite.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/ap/sqlite/sqlite.SlackBuild b/source/ap/sqlite/sqlite.SlackBuild
index 6e4df6f07..07e26ad95 100755
--- a/source/ap/sqlite/sqlite.SlackBuild
+++ b/source/ap/sqlite/sqlite.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for sqlite
# Copyright 2006 Martin Lefebvre <dadexter@gmail.com>
-# Copyright 2008, 2009, 2010, 2012, 2015, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2012, 2015, 2018, 2022 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -123,7 +123,7 @@ cd $TMP
rm -rf $PKGNAM-src-$VERSION
tar xvf $CWD/$PKGNAM-src-$VERSION.tar.?z || exit 1
cd $PKGNAM-src-$VERSION || exit 1
-chown -R root.root .
+chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \+ -o \
@@ -153,7 +153,7 @@ LDFLAGS="$(icu-config --ldflags)" \
--enable-fts3 \
--enable-fts4 \
--enable-fts5 \
- --enable-json1 \
+ --enable-json \
--enable-rtree \
--enable-session \
--enable-static=no \