2 |
|
## INITENV UNSET QMAKESPEC |
3 |
|
## INITENV SET QTDIR %i |
4 |
|
|
5 |
< |
# Requires: zlib, ... |
5 |
> |
Requires: libjpg |
6 |
|
Source0: ftp://ftp.trolltech.com/qt/source/%n-all-opensource-src-%{realversion}.tar.bz2 |
7 |
|
|
8 |
|
%prep |
24 |
|
;; |
25 |
|
esac |
26 |
|
|
27 |
< |
echo yes | ./configure -prefix %i -opensource -stl -no-openssl -no-glib -no-libtiff -no-libpng -no-separate-debug-info -no-sql-odbc -no-sql-mysql $CONFIG_ARGS |
27 |
> |
echo yes | ./configure -prefix %i -opensource -stl -no-openssl -L$LIBJPG_ROOT/lib -no-glib -no-libtiff -no-libpng -no-libmng -no-separate-debug-info -no-sql-odbc -no-sql-mysql $CONFIG_ARGS |
28 |
|
|
29 |
|
# The following is a kludge around the fact that the fact that the |
30 |
|
# /usr/lib/libfontconfig.so soft link (for 32-bit lib) is missing |