diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index 691a25286e7323..04958e871113df 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -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. @@ -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 }