libduckdb: restore extensions (#17999)

This commit is contained in:
Elliana May 2023-09-28 23:18:33 +08:00 committed by GitHub
parent 9da20c7133
commit ea19ac641c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

View File

@ -3,15 +3,11 @@ TERMUX_PKG_DESCRIPTION="An in-process SQL OLAP database management system"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.9.0
TERMUX_PKG_REVISION=1
# we clone to retain the .git directory, to ensure the version in the built executable is correctly populated
TERMUX_PKG_SRCURL=git+https://github.com/duckdb/duckdb
TERMUX_PKG_DEPENDS="libc++, openssl"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DBUILD_ICU_EXTENSION=TRUE
-DBUILD_PARQUET_EXTENSION=TRUE
-DBUILD_HTTPFS_EXTENSION=TRUE
-DBUILD_JSON_EXTENSION=TRUE
"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DBUILD_EXTENSIONS='icu;parquet;httpfs;json;autocomplete'"
termux_step_pre_configure() {
LDFLAGS+=" -llog"