Accepting request 500456 from hardware:sdr
- Add patch: * bladeRF-add-cflag-Wno-format-truncation.patch (boo#1041192) OBS-URL: https://build.opensuse.org/request/show/500456 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bladeRF?expand=0&rev=4
This commit is contained in:
commit
1495b1940b
12
bladeRF-add-cflag-Wno-format-truncation.patch
Normal file
12
bladeRF-add-cflag-Wno-format-truncation.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt
|
||||
index 848b62d..70a5ca3 100644
|
||||
--- a/host/CMakeLists.txt
|
||||
+++ b/host/CMakeLists.txt
|
||||
@@ -91,6 +91,7 @@ if("${CMAKE_C_COMPILER_ID}" STREQUAL "GNU" OR
|
||||
add_definitions(-Wall)
|
||||
add_definitions(-Wextra)
|
||||
add_definitions(-Wno-unused-parameter)
|
||||
+ add_definitions(-Wno-format-truncation)
|
||||
|
||||
if(TREAT_WARNINGS_AS_ERRORS)
|
||||
add_definitions(-Werror)
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 1 06:47:30 UTC 2017 - mardnh@gmx.de
|
||||
|
||||
- Add patch:
|
||||
* bladeRF-add-cflag-Wno-format-truncation.patch (boo#1041192)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 26 18:15:47 UTC 2017 - mardnh@gmx.de
|
||||
|
||||
|
@ -31,6 +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
|
||||
# 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
|
||||
@ -74,6 +76,7 @@ use of libbladerf.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{release_name}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
cd host
|
||||
|
Loading…
Reference in New Issue
Block a user