try to workaround snapshot "can't find libQtXml.so.4" in docs generation
This commit is contained in:
parent
0188957820
commit
db47484f16
7
qt.spec
7
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user