* bladeRF-add-cflag-Wno-format-truncation.patch (boo#1041192)

OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/bladeRF?expand=0&rev=16
This commit is contained in:
Martin Pluskal 2017-06-01 17:00:58 +00:00 committed by Git OBS Bridge
parent 3c6b59f0ed
commit a101b42a50
3 changed files with 3 additions and 6 deletions

View File

@ -2,8 +2,7 @@
Thu Jun 1 06:47:30 UTC 2017 - mardnh@gmx.de
- Add patch:
- bladeRF-add-cflag-Wno-format-truncation.diff
(fix build for Tumbleweed)
* bladeRF-add-cflag-Wno-format-truncation.patch (boo#1041192)
-------------------------------------------------------------------
Wed Apr 26 18:15:47 UTC 2017 - mardnh@gmx.de

View File

@ -31,7 +31,8 @@ Group: Productivity/Hamradio/Other
Url: http://nuand.com/
#Git-Clone: https://github.com/Nuand/bladeRF.git
Source: https://github.com/Nuand/bladeRF/archive/%{release_name}.tar.gz#/%{name}-%{release_name}.tar.xz
Patch0: bladeRF-add-cflag-Wno-format-truncation.diff
# PATCH-FIX-OPENSUSE bladeRF-add-cflag-Wno-format-truncation.patch boo#1041192
Patch0: bladeRF-add-cflag-Wno-format-truncation.patch
BuildRequires: cmake >= 2.8.4
BuildRequires: doxygen
BuildRequires: fdupes
@ -75,10 +76,7 @@ use of libbladerf.
%prep
%setup -q -n %{name}-%{release_name}
# FIXME: should be fixed upstream
%if 0%{?suse_version} > 1320
%patch0 -p1
%endif
%build
cd host