From c539db87df99716df297f310d7e2eaaf0ad3d849 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 1 Feb 2018 17:46:07 +0100 Subject: [PATCH] Build with linker flags from redhat-rpm-config --- iw.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/iw.spec b/iw.spec index a6f3625..438edb5 100644 --- a/iw.spec +++ b/iw.spec @@ -1,6 +1,6 @@ Name: iw Version: 4.14 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A nl80211 based wireless configuration tool License: ISC @@ -23,7 +23,7 @@ only because most new wireless devices being sold are now SoftMAC. %build -export CFLAGS="$RPM_OPT_FLAGS" +export CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" make %{?_smp_mflags} @@ -38,6 +38,9 @@ make install DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} %changelog +* Thu Feb 1 2018 Florian Weimer - 4.14-3 +- Build with linker flags from redhat-rpm-config + * Fri Jan 05 2018 John W. Linville - 4.14-2 - Fixup bogus date in the changelog...