From b010dbf3d00403a8c3d1f02f4d680bcaf280e3e6 Mon Sep 17 00:00:00 2001 From: Maxence Papillon Date: Thu, 30 Jul 2026 13:32:43 +0200 Subject: [PATCH] sqlite: add sqlite3_rsync tool --- srcpkgs/sqlite/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }