SHA256
1
0
forked from pool/gdal

Accepting request 309136 from Application:Geo

1

OBS-URL: https://build.opensuse.org/request/show/309136
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2015-06-09 06:48:55 +00:00 committed by Git OBS Bridge
commit a386aaa403
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 29 08:37:19 UTC 2015 - guillaume@opensuse.org
- Fix ECW detection in configure script (need to add -pthread to CFLAGS)
------------------------------------------------------------------- -------------------------------------------------------------------
Sat May 2 18:47:37 UTC 2015 - ecsos@opensuse.org Sat May 2 18:47:37 UTC 2015 - ecsos@opensuse.org

View File

@ -185,6 +185,7 @@ autoreconf -fi
--with-xerces-inc=%{_includedir}/xercesc \ --with-xerces-inc=%{_includedir}/xercesc \
%if %{with ecw_support} %if %{with ecw_support}
--with-ecw \ --with-ecw \
CFLAGS="$CFLAGS -pthread" \
%endif %endif
%if 0%{?suse_version} > 1310 %if 0%{?suse_version} > 1310
--without-hdf4 \ --without-hdf4 \