From 3802dbfae8be5e1dce827299b3505267313570de Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 9 Jul 2018 14:42:25 +0200 Subject: [PATCH] Use LDFLAGS from redhat-rpm-config --- omping.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/omping.spec b/omping.spec index 5465837..5ccbee0 100644 --- a/omping.spec +++ b/omping.spec @@ -1,6 +1,6 @@ Name: omping Version: 0.0.4 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Utility to test IP multicast functionality Group: Applications/Internet License: ISC @@ -15,7 +15,7 @@ primarily in local network. %setup -q %build -make %{?_smp_mflags} CFLAGS="%{optflags}" +make %{?_smp_mflags} CFLAGS="%{optflags}" LDFLAGS="$RPM_LD_FLAGS" %install rm -rf %{buildroot} @@ -28,6 +28,9 @@ make DESTDIR="%{buildroot}" PREFIX="%{_prefix}" install %{_mandir}/man8/* %changelog +* Mon Jul 9 2018 Florian Weimer - 0.0.4-14 +- Use LDFLAGS from redhat-rpm-config + * Thu Feb 08 2018 Fedora Release Engineering - 0.0.4-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild