Kaydet (Commit) 17637e2a authored tarafından Luboš Luňák's avatar Luboš Luňák

fix KDE3 library search order (fdo#32797)

Use LINKFLAGS instead of STDLIBS, as the latter comes way too late
in the link command and may result in some stray -L/usr/lib getting
before -L$KDEDIR/lib. Since KDE4 libs often tend to be installed
under /usr while KDE3 libs are often somewhere else such as /opt/kde3/lib,
this could cause using wrong libraries.
üst 133a7e8c
......@@ -417,7 +417,7 @@ SHL5STDLIBS+= $(XRANDR_LIBS)
.ENDIF
.ENDIF
SHL5STDLIBS+=$(KDE_LIBS)
SHL5LINKFLAGS+=$(KDE_LIBS)
.ENDIF # "$(ENABLE_KDE)" != ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment