FreeBSD build problem

David Johnson david at usermode.org
Mon Jul 7 08:26:32 CEST 2008


On Sunday 06 July 2008 07:45:46 pm Thiago Macieira wrote:
> David Johnson wrote:
> >target_link_libraries(kfind  ${KDE4_KDE3SUPPORT_LIBS} )
> >
> >This results in the the following library
> >locations: -L/usr/local/lib/qt4 -L/usr/local/lib -L/usr/local/kde4/lib
> >
> >However, changing that line to add a dependency:
> >
> >target_link_libraries(kfind ${KDE4_KDEUI_LIBS}  ${KDE4_KDE3SUPPORT_LIBS}
> > )
>
> Those libraries link directly to kdeui anyways, so the change is harmless.
> It can easily be done.

But can anyone tell me how those library lists get generated? It seems very 
arbitrary and random. I would be much more comfortable writing these patches 
if I knew what was happening under the surface.

-- 
David Johnson


More information about the Kde-buildsystem mailing list