From 75e5fed5ded6dbbbf7c3020732d00c119f3d4961 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Mon, 26 Feb 2018 11:42:26 -0500 Subject: [PATCH] Pass in LDFLAGS rhbz1540262 --- libpfm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libpfm.spec b/libpfm.spec index 0fadf16..f30ab21 100644 --- a/libpfm.spec +++ b/libpfm.spec @@ -10,7 +10,7 @@ Name: libpfm Version: 4.9.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Library to encode performance events for use by perf tool @@ -76,7 +76,7 @@ Python bindings for libpfm4 and perf_event_open system call. %global python_config CONFIG_PFMLIB_NOPYTHON=y %endif make %{python_config} %{?_smp_mflags} \ - OPTIM="%{optflags}" + OPTIM="%{optflags}" LDFLAGS="%{build_ldflags}" %install @@ -116,6 +116,9 @@ make \ %endif %changelog +* Mon Feb 26 2018 Fedora Release Engineering - 4.9.0-6 +- Pass in LDFLAGS for build. + * Wed Feb 07 2018 Fedora Release Engineering - 4.9.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild