From ed76b4faa695d7739344561061722340590714eee8d37a726e536ebd6f3db3fc Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Sat, 15 Feb 2020 03:33:21 +0000 Subject: [PATCH] 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 --- postgresql12.changes | 6 ++++++ postgresql12.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/postgresql12.changes b/postgresql12.changes index 3d9c8ef..f9b61fa 100644 --- a/postgresql12.changes +++ b/postgresql12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 14 07:53:46 UTC 2020 - Guillaume GARDET + +- 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 diff --git a/postgresql12.spec b/postgresql12.spec index 2e73a8b..a5c3b8a 100644 --- a/postgresql12.spec +++ b/postgresql12.spec @@ -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 \