Subject: Re: Sqlite3 with TCL?
To: uhel <uhel@gmx.net>
From: Adam Ciarcinski <adam@albedo.art.pl>
List: tech-pkg
Date: 03/07/2005 16:01:27
> Hi,
>
> howto build Sqlite3 with TCL?
> I'd like to use Sqlite with TCL but it's disabled in the Makefile:
> CONFIGURE_ARGS+=       --disable-tcl
> I've tryed this instead:
> #CONFIGURE_ARGS+=       --disable-tcl
> but that didn't solve the problem.... still no tclsqlite3.so :(
>
> regards Uli

Greetings,

I have just updated sqlite3 with an option to build it with TCL support.
Add:
PKG_OPTIONS.sqlite3= tcl
to your /etc/mk.conf and give it a try.

Kind regards,
Adam