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:
commit
f89c3add1b
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user