From 61be200727cce1e7ab5dd5da6fb8398b7b196b9667947648c799aca313638325 Mon Sep 17 00:00:00 2001 From: Otto Dassau Date: Mon, 26 Apr 2010 13:21:06 +0000 Subject: [PATCH] added fix to find libgdal.so from Angelika Schulz OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=104 --- qgis.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qgis.spec b/qgis.spec index 9dfbd11..4186c30 100644 --- a/qgis.spec +++ b/qgis.spec @@ -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"