From a83bada7bda9c117a4742281c4db83d518fcf3b0d57096bba0bc7e45d0cad0f8 Mon Sep 17 00:00:00 2001 From: Bruno Friedmann Date: Mon, 29 Nov 2021 17:27:15 +0000 Subject: [PATCH] - Fix xerces detection by adding --with-xerces-inc parameter OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=144 --- gdal.changes | 5 +++++ gdal.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/gdal.changes b/gdal.changes index 361f542..dd3f249 100644 --- a/gdal.changes +++ b/gdal.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 29 17:26:20 UTC 2021 - Bruno Friedmann + +- Fix xerces detection by adding --with-xerces-inc parameter + ------------------------------------------------------------------- Mon Nov 1 08:16:50 UTC 2021 - Bruno Friedmann diff --git a/gdal.spec b/gdal.spec index d9fe8fb..82c1579 100644 --- a/gdal.spec +++ b/gdal.spec @@ -250,6 +250,7 @@ ln -s %{_includedir} $ECW_INC_PATH --with-freexl \ --without-qhull \ --with-xerces=yes \ + --with-xerces-inc=%{_includedir} \ --with-xerces-lib="-lxerces-c" \ %if %{with ecw5_support} --with-ecw=../ECW/ \