Change -L order to put global ones at the end

Vincent Béron vberon at mecano.gme.usherb.ca
Sun Oct 31 14:14:06 CST 2004


If there are some global -L paths before the ones in Wine source tree,
we risk linking with an older Wine specific library, which do not export
the same symbols, and fail linking.

$(FREETYPELIBS) is only used there, but I'm pretty sure there are other
similar problems just waiting to be discovered in other Makefiles.

Changelog:
Put $(FREETYPELIBS) as the last part, as it can include the dir of an
older Wine install which do not have the same exports (reported by
jooke).

Vincent
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freetypelibs.diff
Type: text/x-patch
Size: 637 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20041031/0d42d800/freetypelibs.bin


More information about the wine-patches mailing list