From 982e00eb70712d80efd4f90a8c06fd59acfc7d1e0982738dc70a8ffec0711602 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 11 Apr 2019 13:07:50 +0000 Subject: [PATCH] Accepting request 693168 from home:Guillaume_G:branches:home:Le_Docteur - Fix build with fgdb_support option enabled OBS-URL: https://build.opensuse.org/request/show/693168 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=90 --- gdal.changes | 5 +++++ gdal.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/gdal.changes b/gdal.changes index 00925bb..140a1c7 100644 --- a/gdal.changes +++ b/gdal.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 11 10:38:15 UTC 2019 - Guillaume GARDET + +- Fix build with fgdb_support option enabled + ------------------------------------------------------------------- Thu Apr 4 16:11:05 UTC 2019 - Bruno Friedmann diff --git a/gdal.spec b/gdal.spec index ced29b8..f5e66bb 100644 --- a/gdal.spec +++ b/gdal.spec @@ -262,6 +262,7 @@ autoreconf -fi --with-fgdb \ --with-static-proj4 \ --with-proj5-api=no \ + CPPFLAGS="$CPPFLAGS -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H" \ %endif %if 0%{?suse_version} > 1320 --with-opencl \