SHA256
1
0
forked from pool/gdal
gdal/gdal-libproj.patch
Martin Pluskal 933dd98482 Accepting request 498833 from home:bruno_friedmann:branches:Application:Geo
- New upstream release 2.2.0 
  - https://trac.osgeo.org/gdal/wiki/Release/2.2.0-News
- Packaging 
  + add patch gdal-upstream-issue#6898-changeset#38636.patch 
    fixing non void return garbage in swig/perl.
  + redone patches against 2.2.0
    gdal-libproj.patch
    GDALmake.opt.in.patch
    gdal-perl.patch

OBS-URL: https://build.opensuse.org/request/show/498833
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=41
2017-05-28 11:31:48 +00:00

13 lines
436 B
Diff

diff -rup a/ogr/ogrct.cpp b/ogr/ogrct.cpp
--- a/ogr/ogrct.cpp 2017-04-28 18:07:33.000000000 +0200
+++ b/ogr/ogrct.cpp 2017-05-19 21:06:54.145528449 +0200
@@ -102,7 +102,7 @@ static bool bProjLocaleSafe = false
#elif defined(__APPLE__)
# define LIBNAME "libproj.dylib"
#else
-# define LIBNAME "libproj.so"
+# define LIBNAME "libproj.so.12"
#endif
/************************************************************************/