rpms/qt/devel qt.spec,1.240,1.241

Rex Dieter rdieter at fedoraproject.org
Sun Mar 1 20:52:50 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/qt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17958

Modified Files:
	qt.spec 
Log Message:
try to workaround snapshot "can't find libQtXml.so.4" in docs generation



Index: qt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qt/devel/qt.spec,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -r1.240 -r1.241
--- qt.spec	27 Feb 2009 20:23:43 -0000	1.240
+++ qt.spec	1 Mar 2009 20:52:19 -0000	1.241
@@ -5,7 +5,7 @@
 
 # configure options
 # -no-pch disables precompiled headers, make ccache-friendly
-%define no_pch -no-pch
+#define no_pch -no-pch
 
 Summary: Qt toolkit
 %if 0%{?fedora} > 8
@@ -370,6 +370,11 @@
 
 %build
 
+# workaround snapshot "can't find libQtXml.so.4" in docs generation
+#if 0%{?snap:1}
+export LD_LIBRARY_PATH="`pwd`/lib:$LD_LIBRARY_PATH"
+#endif
+
 # build shared, threaded (default) libraries
 ./configure -v \
   -confirm-license \




More information about the fedora-extras-commits mailing list