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 \