Accepting request 774286 from home:Guillaume_G:branches:server:database:postgresql

- Disable explicitly armv8 CRC for %arm, as we use some armv8
  workers for armv6/7 builds which is confusing configure script

OBS-URL: https://build.opensuse.org/request/show/774286
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql12?expand=0&rev=8
This commit is contained in:
Marcus Rückert 2020-02-15 03:33:21 +00:00 committed by Git OBS Bridge
parent ca5b2a1156
commit ed76b4faa6
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 14 07:53:46 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Disable explicitly armv8 CRC for %arm, as we use some armv8
workers for armv6/7 builds which is confusing configure script
-------------------------------------------------------------------
Tue Feb 11 04:15:40 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -432,6 +432,9 @@ find -name .gitignore -delete
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
export PYTHON=python3
%ifarch %arm
export USE_ARMV8_CRC32C=0
%endif
PACKAGE_TARNAME=%pgname %configure \
--bindir=%pgbindir \
--libdir=%pglibdir \