CVSROOT: /cvs Module name: ports Changes by: [email protected] 2010/09/18 10:22:26
Modified files:
infrastructure/bin: libtool
Log message:
when we had for example -lX11 -L/usr/X11R6/lib,
we could not find /usr/X11R6/lib/libX11.la
therefore, parse -L arguments before everything else so we know in which
directories to search libraries.
fixes libcaca, and possibly others
