2019-11-23 22:35:48 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 20 09:56:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix build for %arm and ppc64 by adding '-lm' to LDFLAGS
-------------------------------------------------------------------
Thu Oct 31 23:44:59 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>

View File

@@ -224,6 +224,7 @@ test -x "$(type -p %{_bindir}/g++-7)" && export CXX="%{_bindir}/g++-7"
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export CFLAGS="%{optflags} -fno-strict-aliasing"
export LDFLAGS="%{optflags} -lm"
%configure \
--disable-silent-rules \
--disable-static\