]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix hostapd build with CONFIG_WPA_TRACE but no CONFIG_WPA_TRACE_BFD
authorBrian Norris <briannorris@chromium.org>
Thu, 17 Oct 2019 23:19:15 +0000 (16:19 -0700)
committerJouni Malinen <j@w1.fi>
Fri, 25 Oct 2019 13:03:37 +0000 (16:03 +0300)
commita32acf39188bf78fb10e57e47256b8f6d478ff5b
treec4f0da60716ddaa83e1a3c5e85fb4697e348d326
parentb38c8c9cb2b6a1c9577df8d81c1f04961ff5d02a
Fix hostapd build with CONFIG_WPA_TRACE but no CONFIG_WPA_TRACE_BFD

Otherwise, we may get linker failures:

  ld.lld: error: unable to find library -lbfd

While we're at it, pull in the library selection fixes from commit
848905b12abf ("Avoid undefined references with CONFIG_WPA_TRACE_BFD=y").

Signed-off-by: Brian Norris <briannorris@chromium.org>
hostapd/Makefile