package/gr-osmosdr: fix build with boost 1.7.3
authorGwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Mon, 29 Jun 2020 14:11:28 +0000 (16:11 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Mon, 29 Jun 2020 19:48:46 +0000 (21:48 +0200)
commit777ad6f4d6872e6518e02be3c3198be65a9186ec
tree7a49c558a888ad0bef0c23f145c9175d2440dd3c
parent7c8910e095707b0da70a46b0be22f7e077a60851
package/gr-osmosdr: fix build with boost 1.7.3

boost/detail/endian.hpp has been marked as deprecated since boost 1.69.0.
This file and boost/predef/detail/endian_compat.h are no more available.

This patch suppress this header in some file, where not needed and move
to correct header and new constants. It's retrocompatible for at least all boost release > 1.69.0

[Upstream status: http://lists.osmocom.org/pipermail/osmocom-sdr/2020-June/002080.html]

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/gr-osmosdr/0001-fix-build-with-boost-1.7.3.patch [new file with mode: 0644]