Accepting request 931793 from Application:Geo

OBS-URL: https://build.opensuse.org/request/show/931793
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geos?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2021-11-17 00:14:17 +00:00 committed by Git OBS Bridge
commit f89c3add1b
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 16 07:45:45 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Disable inline to fix build on armv6/7
https://trac.osgeo.org/geos/ticket/993
-------------------------------------------------------------------
Tue Feb 23 19:07:22 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -79,7 +79,12 @@ use GEOS.
%setup -q
%build
%configure --disable-static
# Disable inline for armv6/7 - https://trac.osgeo.org/geos/ticket/993
%configure \
%ifarch %{arm}
--disable-inline \
%endif
--disable-static
make %{?_smp_mflags}
# tests fail with older releases and non-intel architectures