From 80cc05771e0f79a237cbffa7e0bca48fa4d9c684 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Wed, 28 Aug 2019 08:31:02 -0400 Subject: [PATCH] dyninst configury: require 10.1+ but permit ppc64le and aarch64 Modern dyninst works okay on ppc64le and aarch64. --- systemtap.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systemtap.spec b/systemtap.spec index 2e8d4177e..670e40101 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -14,7 +14,7 @@ %{!?elfutils_version: %global elfutils_version 0.142} %{!?pie_supported: %global pie_supported 1} %{!?with_boost: %global with_boost 0} -%ifarch %{ix86} x86_64 ppc ppc64 +%ifarch %{ix86} x86_64 ppc ppc64 ppc64le aarch64 %{!?with_dyninst: %global with_dyninst 0%{?fedora} >= 18 || 0%{?rhel} >= 7} %else %{!?with_dyninst: %global with_dyninst 0} @@ -131,7 +131,7 @@ BuildRequires: gettext-devel BuildRequires: pkgconfig(nss) BuildRequires: pkgconfig(avahi-client) %if %{with_dyninst} -BuildRequires: dyninst-devel >= 8.0 +BuildRequires: dyninst-devel >= 10.1 BuildRequires: pkgconfig(libselinux) %endif %if %{with_sqlite} -- 2.43.5