mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
tcl: remove sqlite builtin bundle
This commit is contained in:
parent
7411086172
commit
4e1f615303
1 changed files with 8 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'tcl'
|
# Template file for 'tcl'
|
||||||
pkgname=tcl
|
pkgname=tcl
|
||||||
version=8.6.13
|
version=8.6.13
|
||||||
revision=1
|
revision=2
|
||||||
build_wrksrc=unix
|
build_wrksrc=unix
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-threads --without-tzdata --enable-man-symlinks
|
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_strstr_unbroken=ok
|
||||||
tcl_cv_strtoul_unbroken=ok"
|
tcl_cv_strtoul_unbroken=ok"
|
||||||
makedepends="zlib-devel sqlite-devel"
|
makedepends="zlib-devel"
|
||||||
short_desc="TCL scripting language"
|
short_desc="TCL scripting language"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="TCL"
|
license="TCL"
|
||||||
|
@ -18,6 +18,11 @@ checksum=43a1fae7412f61ff11de2cfd05d28cfc3a73762f354a417c62370a54e2caf066
|
||||||
|
|
||||||
shlib_provides="libtcl${version%.*}.so"
|
shlib_provides="libtcl${version%.*}.so"
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
rm -rf pkgs/sqlite*
|
||||||
|
rm -rf unix/pkgs/sqlite*
|
||||||
|
}
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# thread-4.5 and thread-5* are skipped because they test UB
|
# thread-4.5 and thread-5* are skipped because they test UB
|
||||||
make test TESTFLAGS="-skip 'thread-4.5 thread-5*'"
|
make test TESTFLAGS="-skip 'thread-4.5 thread-5*'"
|
||||||
|
|
Loading…
Add table
Reference in a new issue