From 8b238c8402daf70d265935d2007bfa15afa34cde Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Wed, 15 Jan 2020 19:33:12 +0100 Subject: [PATCH] subversion: add libsqlite3 depend apr-util was updated. It doesn't provide the depend on libsqlite3 anymore, so this needs to be added to the subversion package now. Signed-off-by: Sebastian Kemper --- net/subversion/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/subversion/Makefile b/net/subversion/Makefile index efa08cf9f4..0163a85862 100644 --- a/net/subversion/Makefile +++ b/net/subversion/Makefile @@ -30,7 +30,7 @@ define Package/subversion/Default CATEGORY:=Network SUBMENU:=Version Control Systems TITLE:=A compelling replacement for CVS - DEPENDS:=+PACKAGE_unixodbc:unixodbc +libaprutil +libmagic $(ICONV_DEPENDS) $(INTL_DEPENDS) + DEPENDS:=+PACKAGE_unixodbc:unixodbc +libaprutil +libmagic +libsqlite3 $(ICONV_DEPENDS) $(INTL_DEPENDS) URL:=https://subversion.apache.org/ endef -- 2.30.2