pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/net/Transmission
On Sun, 17 Feb 2008 13:37:46 +0100
Joerg Sonnenberger <joerg%britannica.bec.de@localhost> wrote:
> On Sun, Feb 17, 2008 at 02:51:56AM +0000, Tobias Nygren wrote:
> > Log Message:
> > Tell libtool to link all internal libraries statically
>
> This forces full static linkage. If you want to get internal libraries
> as static, make them convinent libraries instead.
>
> Joerg
Not according to the libtool manual.
`-static'
If output-file is a program, then do not link it against any
uninstalled shared libtool libraries. If output-file is a library,
then only create a static library.
`-all-static'
If output-file is a program, then do not link it against any shared
libraries at all. If output-file is a library, then only create
a static library.
If this works as advertised, then -static should DTRT.
Home |
Main Index |
Thread Index |
Old Index