docker image: install tcl
Tcl is needed for building package 'sqlcipher'.
This commit is contained in:
parent
3a9208a27a
commit
7c0df2ad3d
@ -2,6 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://github.com/sqlcipher/sqlcipher
|
||||
TERMUX_PKG_DESCRIPTION="SQLCipher is an SQLite extension that provides 256 bit AES encryption of database files"
|
||||
TERMUX_PKG_LICENSE="BSD"
|
||||
TERMUX_PKG_VERSION=4.3.0
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_SRCURL=https://github.com/sqlcipher/sqlcipher/archive/v$TERMUX_PKG_VERSION.tar.gz
|
||||
TERMUX_PKG_SHA256=fccb37e440ada898902b294d02cde7af9e8706b185d77ed9f6f4d5b18b4c305f
|
||||
TERMUX_PKG_DEPENDS="libsqlite, openssl"
|
||||
|
@ -97,6 +97,9 @@ PACKAGES+=" libssl-dev" # Needed to build Rust
|
||||
PACKAGES+=" libsigsegv-dev"
|
||||
PACKAGES+=" zip"
|
||||
|
||||
# Needed for package sqlcipher.
|
||||
PACKAGES+=" tcl"
|
||||
|
||||
# Needed by package swi-prolog.
|
||||
PACKAGES+=" openssl"
|
||||
PACKAGES+=" zlib1g-dev"
|
||||
|
Loading…
x
Reference in New Issue
Block a user