SHA256
1
0
forked from pool/gnuradio

Accepting request 687978 from home:wkazubski:test:science

- Fix building with Boost 1.69

OBS-URL: https://build.opensuse.org/request/show/687978
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=30
This commit is contained in:
Martin Hauke 2019-03-24 12:08:55 +00:00 committed by Git OBS Bridge
parent 780cf68f32
commit a1db3e2b27
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Mar 24 07:35:00 UTC 2019 - Wojciech Kazubski <wk@ire.pw.edu.pl>
- Fix building with Boost 1.69
-------------------------------------------------------------------
Tue Feb 5 17:26:14 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -35,7 +35,12 @@ Source4: grc_to_37.sh
Source99: %{name}-rpmlintrc
Patch2: missing_library.patch
BuildRequires: alsa-devel
%if 0%{?suse_version} > 1325
BuildRequires: libboost_filesystem-devel
BuildRequires: libboost_system-devel
%else
BuildRequires: boost-devel
%endif
BuildRequires: cmake
BuildRequires: cppunit-devel
BuildRequires: doxygen