- Fix xerces detection by adding --with-xerces-inc parameter

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=144
This commit is contained in:
Bruno Friedmann 2021-11-29 17:27:15 +00:00 committed by Git OBS Bridge
parent 55044586c1
commit a83bada7bd
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 29 17:26:20 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>
- Fix xerces detection by adding --with-xerces-inc parameter
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 1 08:16:50 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch> Mon Nov 1 08:16:50 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>

View File

@ -250,6 +250,7 @@ ln -s %{_includedir} $ECW_INC_PATH
--with-freexl \ --with-freexl \
--without-qhull \ --without-qhull \
--with-xerces=yes \ --with-xerces=yes \
--with-xerces-inc=%{_includedir} \
--with-xerces-lib="-lxerces-c" \ --with-xerces-lib="-lxerces-c" \
%if %{with ecw5_support} %if %{with ecw5_support}
--with-ecw=../ECW/ \ --with-ecw=../ECW/ \