try to workaround snapshot "can't find libQtXml.so.4" in docs generation

This commit is contained in:
Rex Dieter 2009-03-01 20:52:19 +00:00
parent 0188957820
commit db47484f16
1 changed files with 6 additions and 1 deletions

View File

@ -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 \