fix buildproblem with modular X
This commit is contained in:
parent
bb0d36ca17
commit
5b4bb508f0
8
qt.spec
8
qt.spec
@ -85,7 +85,7 @@
|
|||||||
Summary: The shared library for the Qt GUI toolkit.
|
Summary: The shared library for the Qt GUI toolkit.
|
||||||
Name: qt
|
Name: qt
|
||||||
Version: %{ver}
|
Version: %{ver}
|
||||||
Release: 8
|
Release: 9
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPL/QPL
|
License: GPL/QPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -387,7 +387,8 @@ perl -pi -e "s|-O2|$INCLUDES $RPM_OPT_FLAGS|g" mkspecs/*/qmake.conf
|
|||||||
|
|
||||||
# set correct lib path
|
# set correct lib path
|
||||||
if [ "%{_lib}" == "lib64" ] ; then
|
if [ "%{_lib}" == "lib64" ] ; then
|
||||||
perl -pi -e "s,/lib, /%{_lib},g" config.tests/unix/{checkavail,cups.test,nis.test}
|
perl -pi -e "s,/usr/lib /lib,/usr/%{_lib} /%{_lib},g" config.tests/{unix,x11}/*.test
|
||||||
|
perl -pi -e "s,/lib /usr/lib,/%{_lib} /usr/%{_lib},g" config.tests/{unix,x11}/*.test
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# build shared, threaded (default) libraries
|
# build shared, threaded (default) libraries
|
||||||
@ -731,6 +732,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 08 2005 Than Ngo <than@redhat.com> 1:3.3.5-9
|
||||||
|
- fix for modular X
|
||||||
|
|
||||||
* Tue Nov 08 2005 Than Ngo <than@redhat.com> 1:3.3.5-8
|
* Tue Nov 08 2005 Than Ngo <than@redhat.com> 1:3.3.5-8
|
||||||
- get rid of xorg-x11-devel, fix for modular X
|
- get rid of xorg-x11-devel, fix for modular X
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user