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:
parent
60fff0af23
commit
61be200727
@ -106,6 +106,9 @@ cmake -Wno-dev %{intsq} \
|
|||||||
%endif
|
%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:"
|
#echo "for 'make' run first:"
|
||||||
export QTDIR=%{_prefix}
|
export QTDIR=%{_prefix}
|
||||||
#echo "export PATH=$PATH:$QTDIR/bin"
|
#echo "export PATH=$PATH:$QTDIR/bin"
|
||||||
|
Loading…
Reference in New Issue
Block a user