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:
parent
ca5b2a1156
commit
ed76b4faa6
@ -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>
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user