mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00: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>
This commit is contained in:
committed by
Tianling Shen
parent
d066a4d046
commit
5b8e0fd464
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=sqlite
|
||||
PKG_VERSION:=3.49.1
|
||||
PKG_SRC_VERSION:=3490100
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_SRC_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://www.sqlite.org/2025/
|
||||
@@ -75,10 +75,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