Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/sqlite/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'sqlite'
pkgname=sqlite
version=3.53.2
revision=1
revision=2
_amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
build_style=configure
# Even when it is included in the build, memsys5 is disabled by default.
Expand Down Expand Up @@ -47,7 +47,7 @@ else
fi


_tools="showdb showjournal showstat4 showwal sqldiff sqlite3_analyzer"
_tools="showdb showjournal showstat4 showwal sqldiff sqlite3_analyzer sqlite3_rsync"
post_configure() {
sed -i '/LDFLAGS.rpath/s/=.*/=/' Makefile
}
Expand Down