From e48dfeacdda714e1d34b0e279f6516d11a1b7399 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 22 Nov 2021 09:25:34 +0100 Subject: [PATCH] - build with 32-bit time on ix86 for now, rel 3 --- findutils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/findutils.spec b/findutils.spec index cc28e28..3d3258d 100644 --- a/findutils.spec +++ b/findutils.spec @@ -12,7 +12,7 @@ Summary(pt_BR.UTF-8): Utilitários de procura da GNU Summary(tr.UTF-8): GNU dosya arama araçları Name: findutils Version: 4.8.0 -Release: 2 +Release: 3 Epoch: 1 License: GPL v3+ Group: Applications/File @@ -98,6 +98,10 @@ arayabilirsiniz. %{__autoconf} %{__autoheader} %{__automake} +%ifarch %{ix86} +# 64 bit time_t on ix86 requires glibc 2.32+ built with/for kernel 5.6+ +TIME_T_32_BIT_OK=yes \ +%endif %configure \ --disable-silent-rules \ %{__with_without selinux} -- 2.44.0