Skip to content
Snippets Groups Projects
Commit 8b238c84 authored by Sebastian Kemper's avatar Sebastian Kemper
Browse files

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: default avatarSebastian Kemper <sebastian_ml@gmx.net>
parent 623ae461
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment