From 4e26e8e54243bba33b3c00bfd8b5a657aebcc2aa Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: Fri, 15 Nov 2019 22:19:39 +0000 Subject: [PATCH] Allow building epel7 in armhfp --- libfaketime.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libfaketime.spec b/libfaketime.spec index 8c82d6d..3d074eb 100644 --- a/libfaketime.spec +++ b/libfaketime.spec @@ -42,6 +42,9 @@ FAKETIME_COMPILE_CFLAGS="BOGUS" echo "force_monotonic and pthread_nonver https://github.com/wolfcw/libfaketime/issues/205" export FAKETIME_COMPILE_CFLAGS="-DFORCE_MONOTONIC_FIX -DFORCE_PTHREAD_NONVER" %endif + %ifarch armv7hl + unset FAKETIME_COMPILE_CFLAGS + %endif %endif %if 0%{?fedora} == 30 || 0%{?el8} # only ppc64le needs a workaround