[PATCH] for libfoo.py
David Faure
faure at kde.org
Tue Jan 3 00:28:56 CET 2006
On Saturday 31 December 2005 17:46, Christian Ehrlicher wrote:
> + libjpeg = env.find_file_ext('jpeg'+env['LIBSUFFIX'], jpeg_lib_path)
This patch breaks libjpeg detection for me on unix.
"Checking for libjpeg... (cached) no
"libjpeg not found (mandatory).
The (cached) is wrong, I deleted cache/libjpeg.cache.py
I added debug output in Check_libjpeg and it says:
LIBSUFFIX=.a
libjpeg=
The problem is obviously the value of LIBSUFFIX, it should be .so
Where does it come from?
--
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).
More information about the Kde-buildsystem
mailing list