[mythtv] build problem

Mark Spieth mark at digivation.com.au
Mon Apr 7 14:37:45 UTC 2008


>
>the problem is that -L/usr/lib is before all other -L params in a generated
>makefile.
>this means that it will grab say

the answer is all lines with

LIBS += -L.........

need to change to

QMAKE_LIBDIR_FLAGS += -L..........

the -llib.... remain added to the LIBS variable.

this puts -L/usr/lib after all the myth include libdirs
cant get rid of the -L/usr/lib as it is added after all the qmake files are 
parsed.

Ill make a patch tomorrow.

mark 



More information about the mythtv-dev mailing list