Re: liblftp-{tasks,jobs}.la dependencies do no exist [PATCH]
"Alexander V. Lukyanov" <[email protected]> Mon, 26 Oct 2009 18:12:08 +0300
| Newsgroups | gmane.network.lftp.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Oct 14, 2009 at 02:03:54AM +0200, Jeroen Roovers wrote: > On Mon, 21 Sep 2009 17:43:31 +0200 > "Markus Rothe" <[email protected]> wrote: > > > The result is that /usr/lib64/liblftp-tasks.{a,la} and > > /usr/lib64/liblftp-jobs.{a,la} are installed. The .la files depend on > > the following files, which are not installed: > > Patch attached. I don't think it's correct. liblftp-tasks and jobs are not modules, they are linked to lftp binary and not loaded as modules. liblftp-network is not a module either, but it is only linked in by other modules. -- Alexander..