Accepting request 309132 from home:Guillaume_G:branches:Application:Geo
Fix build with ECW option OBS-URL: https://build.opensuse.org/request/show/309132 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=12
This commit is contained in:
parent
0edad1590f
commit
f46cd8bfd2
@ -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
|
||||||
|
|
||||||
|
@ -184,7 +184,8 @@ autoreconf -fi
|
|||||||
--with-xerces-lib="-lxerces-c" \
|
--with-xerces-lib="-lxerces-c" \
|
||||||
--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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user