tcl: use system sqlite.
This commit is contained in:
parent
9cd9108a64
commit
c9647b906a
1 changed files with 4 additions and 3 deletions
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'tcl'
|
||||
pkgname=tcl
|
||||
version=8.6.4
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="tcl${version}"
|
||||
build_wrksrc="unix"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-threads --without-tzdata --enable-man-symlinks
|
||||
--disable-static --disable-rpath tcl_cv_strtod_unbroken=ok"
|
||||
makedepends="zlib-devel"
|
||||
--disable-static --disable-rpath --with-system-sqlite
|
||||
tcl_cv_strtod_unbroken=ok"
|
||||
makedepends="zlib-devel sqlite-devel"
|
||||
short_desc="The TCL scripting language"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.tcl.tk"
|
||||
|
|
Loading…
Reference in a new issue