added fix to find libgdal.so from Angelika Schulz

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=104
This commit is contained in:
Otto Dassau 2010-04-26 13:21:06 +00:00 committed by Git OBS Bridge
parent 60fff0af23
commit 61be200727

View File

@ -106,6 +106,9 @@ cmake -Wno-dev %{intsq} \
%endif
.
# add path to find libgdal.so
find ./ -iname build.make -exec sed -i 's#/libgdal.so#/usr/%{lib}/libgdal.so#' {} \;
#echo "for 'make' run first:"
export QTDIR=%{_prefix}
#echo "export PATH=$PATH:$QTDIR/bin"