summaryrefslogtreecommitdiffstats
path: root/support/testing/tests
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2018-10-09 19:22:17 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-10-11 10:06:51 +0200
commitc0d9ba562c5522096d4ed70827c599c9a0e9aa7c (patch)
treec20dc61d4d6620469e51aa96a4f1d08a4e6b91c4 /support/testing/tests
parent36bf14cf0420a312e702cf92573813d8685579a4 (diff)
downloadbuildroot-c0d9ba562c5522096d4ed70827c599c9a0e9aa7c.tar.gz
buildroot-c0d9ba562c5522096d4ed70827c599c9a0e9aa7c.zip
nmap: use system liblinear
Use system liblinear instead of using included liblinear. liblinear in buildroot is at version 2.20 released on December 2017 whereas liblinear in nmap has not been updated since 7 years (except for liblinear.vcxproj which has been updated 2 years ago) Do not use --with-liblinear option as otherwise nmap will forget to add -llinear to LIBS due to the following line in configure.ac: if test $have_liblinear != yes; then AC_CHECK_HEADERS([linear.h], AC_CHECK_LIB(linear, predict, [have_liblinear=yes; LIBLINEAR_LIBS="-llinear"; break],, [-lm]) ) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'support/testing/tests')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud