SHA256
1
0
forked from pool/gdal
gdal/gdal-perl.patch
Ismail Dönmez e619bec7c2 Accepting request 621337 from home:bruno_friedmann:branches:Application:Geo
- Upgrade to new bugfix 2.3.1 version 
  See details https://trac.osgeo.org/gdal/wiki/Release/2.3.0-News   
  + Fix build with recent Poppler (0.64) (#573)
  + PDF driver: fix build against PDFium (#612)
  + Do not use json-c private API RDA and AmigoCloud? drivers(#618)
  + fix build against MySQL 8.0
  + Include gdalsse_priv.h from user defined paths 
  + Unix:
    - update GRASS drivers to support GRASS 7.4.0 (#633)
    - configure: use CXXFLAGS when CXX is used (#693) 
- Packaging : redone patches against new version
  + gdal-perl.patch

OBS-URL: https://build.opensuse.org/request/show/621337
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=67
2018-07-09 08:50:30 +00:00

23 lines
776 B
Diff

diff -rup a/swig/perl/GNUmakefile b/swig/perl/GNUmakefile
--- a/swig/perl/GNUmakefile 2018-06-23 17:05:47.000000000 +0200
+++ b/swig/perl/GNUmakefile 2018-07-05 14:42:01.858099024 +0200
@@ -31,6 +31,7 @@ gdal_wrap.cc: generate
Makefile_Geo__GDAL: gdal_wrap.cc
perl Makefile.PL INSTALL_BASE=$(INST_PREFIX)
+ perl Makefile.PL INSTALLDIRS=vendor
test: build
$(MAKE) -f Makefile_Geo__GDAL test
diff -rup a/swig/perl/Makefile b/swig/perl/Makefile
--- a/swig/perl/Makefile 2018-06-23 17:05:47.000000000 +0200
+++ b/swig/perl/Makefile 2018-07-05 14:42:41.822293920 +0200
@@ -8,6 +8,7 @@ build: Makefile_Geo__GDAL
Makefile_Geo__GDAL:
perl Makefile.PL INSTALL_BASE=$(INST_PREFIX)
+ perl Makefile.PL INSTALLDIRS=vendor
test: build
$(MAKE) -f Makefile_Geo__GDAL test