Panu Matilainen 8bc6573fb3 mk: fix missing libm dependencies
Commit e86a699cf6b1 missed two further libm dependencies: ceil() used
by librte_meter is typically inlined so the missing dependency does not
actually cause failures, and librte_pmd_nfp is not built by default
so its easy to miss.

This causes duplicates in LDLIBS in many configurations so its vital
they are removed before passing to linker.

Fixes: e86a699cf6b1 ("mk: fix shared library dependencies on libm and librt")

Reported-by: Ferruh Yigit <ferruh.yigit@intel.com>
Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
Tested-by: Ferruh Yigit <ferruh.yigit@intel.com>
2016-03-22 20:42:47 +01:00
..
2016-03-22 20:18:33 +01:00
2016-03-01 14:37:26 +01:00
2015-08-09 19:45:25 +02:00
2016-03-22 17:55:16 +01:00
2016-03-13 16:04:11 +01:00
2015-08-03 12:43:01 +02:00
2016-03-10 21:08:28 +01:00