build: remove special handling for node library
authorThomas Monjalon <thomas@monjalon.net>
Wed, 1 Jul 2020 07:31:34 +0000 (09:31 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 5 Jul 2020 08:52:11 +0000 (10:52 +0200)
commitde321d59181c680774e01e338f09e8e9c89c71be
tree017c3b6f887be88a46f36865445149019505c6a2
parent9c99878aa1b16de26fcce82c112b401766dd910e
build: remove special handling for node library

The node library had a need of being linked as a whole
to make some constructors effective.
Now that all libraries are linked with --whole-archive,
there is no need to have this library separate.

Fixes: e2db26f76673 ("build: always link whole DPDK static libraries")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Tested-by: Jerin Jacob <jerinj@marvell.com>
app/test/meson.build
examples/meson.build
lib/meson.build
meson.build