From db47484f16470da8dea33874acf04d6f0a0e581a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 1 Mar 2009 20:52:19 +0000 Subject: [PATCH] try to workaround snapshot "can't find libQtXml.so.4" in docs generation --- qt.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/qt.spec b/qt.spec index 49a100e..92211d5 100644 --- a/qt.spec +++ b/qt.spec @@ -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 @@ fi %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 \