mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 13:26:17 +04:00
sqlite3: require matching lib version in shell
Shell expects a matching library version to be installed. Specify a
matching version using EXTRA_DEPENDS.
Signed-off-by: George Sapkin <george@sapk.in>
(cherry picked from commit 5b8e0fd464)
This commit is contained in:
committed by
Tianling Shen
parent
e13158a304
commit
699dda7ff9
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=sqlite
|
||||
PKG_VERSION:=3490100
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://www.sqlite.org/2025/
|
||||
@@ -74,10 +74,11 @@ define Package/sqlite3-cli
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS := \
|
||||
+libsqlite3 \
|
||||
+SQLITE3_LIBEDIT:libedit \
|
||||
+SQLITE3_READLINE:libreadline \
|
||||
+SQLITE3_READLINE:libncursesw
|
||||
+libsqlite3 \
|
||||
+SQLITE3_LIBEDIT:libedit \
|
||||
+SQLITE3_READLINE:libreadline \
|
||||
+SQLITE3_READLINE:libncursesw
|
||||
EXTRA_DEPENDS:=libsqlite3 (=$(PKG_VERSION)-r$(PKG_RELEASE))
|
||||
TITLE+= (cli)
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user