pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/49082: Unbreak lang/tcl on OS X Tiger
On 08/08/2014 06:25, David Holland wrote:
> On Fri, Aug 08, 2014 at 01:40:01AM +0000, venture37 wrote:
> > looking in work/tcl8.6.1/pkgs/sqlite3.8.0/configure I found
> >
> > #--------------------------------------------------------------------
> > # The --with-system-sqlite causes the TCL bindings to SQLite to use
> > # the system shared library for SQLite rather than statically linking
> > # against its own private copy. This is dangerous and leads to
> > # undersirable dependences and is not recommended.
> > # Patchs from rmax.
> > #--------------------------------------------------------------------
> >
> >
> > Probably best to stick with building the private copy?
>
> Would be nice if they bothered to explain why they think it's
> dangerous...
Looks like it's a generic warning so that tcl is isolated from system
upgrades.
Response from devs on IRC:
"simply put, you don't control the system sqlite or when it gets
upgraded or possibly breaking the interfaces you're using."
So TCL could be switched to use --with-system-sqlite.
I'll follow up with a new patch later this week.
Home |
Main Index |
Thread Index |
Old Index