buildroot/package/gqrx
Gwenhael Goavec-Merou d041f0db8a package/gqrx: fix build with boost 1.73.0
With boost >= 1.73, placeholders must be qualified by using the full namespace.

Without the namespace, the build fails with:
gqrx-2.12.1/src/dsp/rds/parser_impl.cc: In constructor 'gr::rds::parser_impl::parser_impl(bool, bool)':
gqrx-2.12.1/src/dsp/rds/parser_impl.cc:42:72: error: '_1' was not declared in this scope
set_msg_handler(pmt::mp("in"), boost::bind(&parser_impl::parse, this, _1));

backport Pull Request https://github.com/csete/gqrx/pull/811

fix:
- http://autobuild.buildroot.net/results/73c490ba361dd6040720442bcbf332f1c3cc4882/

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-06-24 21:40:17 +02:00
..
0001-boost_qualify_placeholders_with_their_full_namespace.patch package/gqrx: fix build with boost 1.73.0 2020-06-24 21:40:17 +02:00
Config.in package/gqrx: suppress dependency to not BR2_PACKAGE_PYTHON3 2020-02-03 23:43:33 +01:00
gqrx.hash package/gqrx: bump to version 2.12.1 2020-02-11 23:28:26 +01:00
gqrx.mk package/gqrx: bump to version 2.12.1 2020-02-11 23:28:26 +01:00