SHA256
1
0
forked from pool/gdal

Accepting request 437886 from Application:Geo:Staging

1

OBS-URL: https://build.opensuse.org/request/show/437886
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=37
This commit is contained in:
Angelos Tzotsos 2016-10-30 09:23:20 +00:00 committed by Git OBS Bridge
parent dd184d1a6b
commit a92765dc24
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Oct 29 20:31:47 UTC 2016 - bruno@ioda-net.ch
- Due to build failure on non x86 arch, and advise from upstream
comment out the usage of obsolete jasper.
We have openjpeg2 anyway.
-------------------------------------------------------------------
Fri Oct 28 07:14:22 UTC 2016 - bruno@ioda-net.ch

View File

@ -48,7 +48,9 @@ BuildRequires: giflib-devel
BuildRequires: lapack-devel
BuildRequires: libexpat-devel >= 1.95.0
BuildRequires: libgeotiff-devel >= 1.2.1
BuildRequires: libjasper-devel
# No more please we have openjpeg2
# BuildRequires: libjasper-devel
# Using jasper create build error on arm, powerpc, s390
BuildRequires: libjpeg-devel
BuildRequires: libpng-devel
BuildRequires: libproj-devel
@ -197,7 +199,7 @@ autoreconf -fi
--enable-shared \
--with-geos \
--with-expat \
--with-jasper \
--without-jasper \
--with-png \
--with-gif \
--with-jpeg \