mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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 <sebastian_ml@gmx.net>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user