openwrt-packages/net/pdns-recursor
Eneas U de Queiroz 237fa1add4
pdns-recursor: don't search for boost libs in host
While searching for the boost_system library in boost.m4, configure
tries to find boost_system-mt before boost_system.  The presence of
boost_system-mt in the staging dir depends on
CONFIG_boost-use-name-tags.  If it is not defined (default), and there
is a boost_system-mt library in the host system, it will be used, and
the build will fail.

This adds a patch to remove the host paths from the search loop,
preserving the rest of the detection logic.

Alternatively, boost_cv_lib_context_LIBS could be used to avoid library
detection code entirely, but then the mt- variant would never be used.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-03-10 13:42:44 -03:00
..
files pdns-recursor: update to 4.2.1 2019-12-09 23:05:22 +11:00
patches pdns-recursor: don't search for boost libs in host 2021-03-10 13:42:44 -03:00
Makefile pdns-recursor: update to 4.4.2 2021-02-07 16:55:14 -08:00