tcl: remove sqlite builtin bundle

This commit is contained in:
Đoàn Trần Công Danh 2024-04-24 06:32:44 +07:00 committed by Đoàn Trần Công Danh
parent 7411086172
commit 4e1f615303

View File

@ -1,14 +1,14 @@
# Template file for 'tcl'
pkgname=tcl
version=8.6.13
revision=1
revision=2
build_wrksrc=unix
build_style=gnu-configure
configure_args="--enable-threads --without-tzdata --enable-man-symlinks
--disable-static --disable-rpath --with-system-sqlite
--disable-static --disable-rpath
tcl_cv_strstr_unbroken=ok
tcl_cv_strtoul_unbroken=ok"
makedepends="zlib-devel sqlite-devel"
makedepends="zlib-devel"
short_desc="TCL scripting language"
maintainer="Orphaned <orphan@voidlinux.org>"
license="TCL"
@ -18,6 +18,11 @@ checksum=43a1fae7412f61ff11de2cfd05d28cfc3a73762f354a417c62370a54e2caf066
shlib_provides="libtcl${version%.*}.so"
post_extract() {
rm -rf pkgs/sqlite*
rm -rf unix/pkgs/sqlite*
}
do_check() {
# thread-4.5 and thread-5* are skipped because they test UB
make test TESTFLAGS="-skip 'thread-4.5 thread-5*'"