[packages/mimalloc] BR: libatomic-devel on %{armv6}
atler
atler at pld-linux.org
Mon Apr 18 13:33:27 CEST 2022
commit d1e4dc2c6bc578bd6da3f564f002cdb9dd441dcc
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Apr 18 13:32:48 2022 +0200
BR: libatomic-devel on %{armv6}
mimalloc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mimalloc.spec b/mimalloc.spec
index 4c91e7c..6140cff 100644
--- a/mimalloc.spec
+++ b/mimalloc.spec
@@ -9,7 +9,10 @@ Source0: https://github.com/microsoft/mimalloc/archive/v%{version}/%{name}-%{ver
Patch0: %{name}-build_type.patch
URL: https://github.com/microsoft/mimalloc
BuildRequires: cmake >= 3.0
-BuildRequires: rpmbuild(macros) >= 1.605
+%ifarch %{armv6}
+BuildRequires: libatomic-devel
+%endif
+BuildRequires: rpmbuild(macros) >= 2.007
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mimalloc.git/commitdiff/d1e4dc2c6bc578bd6da3f564f002cdb9dd441dcc
More information about the pld-cvs-commit
mailing list