Accepting request 266447 from home:AndreasSchwab:f

- Apply profiling patch whenever %optflags includes -fomit-frame-pointer

OBS-URL: https://build.opensuse.org/request/show/266447
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=22
This commit is contained in:
Aeneas Jaißle 2014-12-26 21:13:03 +00:00 committed by Git OBS Bridge
parent a6cdca1e59
commit 1520b4a13f
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 26 16:14:38 UTC 2014 - schwab@linux-m68k.org
- Apply profiling patch whenever %optflags includes -fomit-frame-pointer
-------------------------------------------------------------------
Thu Jul 17 20:12:49 UTC 2014 - msvec@suse.com

View File

@ -25,7 +25,7 @@ License: BSD-3-Clause
Group: Productivity/Networking/Diagnostic
Url: http://software.es.net/iperf/
Source: http://downloads.es.net/pub/iperf/%{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE -- Disable profiling on i586, as option -pg conflicts with -fomit-frame-pointer
# PATCH-FIX-OPENSUSE -- Disable profiling if %optflags includes -fomit-frame-pointer, as option -pg conflicts with it
Patch1: iperf-3.0.5_disable-profiling.patch
%if %{?sles_version} && %{?sles_version} <= 11
BuildRequires: libuuid-devel
@ -80,7 +80,7 @@ This package contains development files.
%prep
%setup -q
%ifarch i386 i486 i586 i686
%if 0%(case "%optflags" in (*-fomit-frame-pointer*) echo 1;; esac)
%patch1 -p 1
%endif