gdal/GDALmake.opt.in.patch
Dirk Stoecker bc31b6b735 Accepting request 639231 from home:bruno_friedmann:branches:Application:Geo
- Update to new bugfix 2.3.2 version
  See details https://trac.osgeo.org/gdal/wiki/Release/2.3.2-News 
  This adds 65 bug fixes on top of 2.3.1. 
  The C and C++ API and ABI are unchanged.
- Packaging: 
  + spec-cleaner -m -i URL and Requires order changes
  + Remove patch gdal-fix_ecw5_detection.patch (merged upstream)
  + Redone patch GDALmake.opt.in.patch with version 2.3.2

OBS-URL: https://build.opensuse.org/request/show/639231
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=77
2018-09-30 18:48:49 +00:00

13 lines
607 B
Diff

diff -rup a/GDALmake.opt.in b/GDALmake.opt.in
--- a/GDALmake.opt.in 2018-09-21 11:01:50.000000000 +0200
+++ b/GDALmake.opt.in 2018-09-29 15:21:42.993179662 +0200
@@ -67,7 +67,7 @@ INST_DOCS = @exec_prefix@/doc
INST_MAN = @mandir@
INST_HTML = $(HOME)/www/gdal
-CPPFLAGS := @CPPFLAGS@ -I$(GDAL_ROOT)/port @EXTRA_INCLUDES@ -DGDAL_COMPILATION
+CPPFLAGS := @CPPFLAGS@ -I$(GDAL_ROOT)/gcore -I$(GDAL_ROOT)/port @EXTRA_INCLUDES@ -DGDAL_COMPILATION
CFLAGS = @CFLAGS@ @C_WFLAGS@ $(USER_DEFS)
CXXFLAGS = @CXXFLAGS@ @CXX_WFLAGS@ $(USER_DEFS)
CFLAGS_NOFTRAPV = @CFLAGS_NOFTRAPV@ @C_WFLAGS@ $(USER_DEFS)