packages/net/pdns-recursor/patches
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
..
100-disable-recursor.conf-dist.patch pdns-recursor: update to 4.4.0 2020-11-04 23:00:47 -08:00
200-boost_thread_fix.patch pdns-recursor: update to 4.3.4 2020-10-10 19:56:42 -07:00
300-boost-dont-search-host-dirs.patch pdns-recursor: don't search for boost libs in host 2021-03-10 13:42:44 -03:00