1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 12:57:09 +00:00

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

View File

@ -3,15 +3,11 @@ TERMUX_PKG_DESCRIPTION="An in-process SQL OLAP database management system"
TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.9.0 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 # 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_SRCURL=git+https://github.com/duckdb/duckdb
TERMUX_PKG_DEPENDS="libc++, openssl" TERMUX_PKG_DEPENDS="libc++, openssl"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DBUILD_EXTENSIONS='icu;parquet;httpfs;json;autocomplete'"
-DBUILD_ICU_EXTENSION=TRUE
-DBUILD_PARQUET_EXTENSION=TRUE
-DBUILD_HTTPFS_EXTENSION=TRUE
-DBUILD_JSON_EXTENSION=TRUE
"
termux_step_pre_configure() { termux_step_pre_configure() {
LDFLAGS+=" -llog" LDFLAGS+=" -llog"