]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_lpm/meson.build
net/mlx5: make tunnel hub list thread safe
[dpdk.git] / lib / librte_lpm / meson.build
index 27ce45b53184d4fa5d4b3bcd190aa50ce9a59d37..6cfc083c5c6598402bc9e92d2839ef87da36262a 100644 (file)
@@ -7,4 +7,4 @@ headers = files('rte_lpm.h', 'rte_lpm6.h')
 # without worrying about which architecture we actually need
 headers += files('rte_lpm_altivec.h', 'rte_lpm_neon.h', 'rte_lpm_sse.h')
 deps += ['hash']
 # without worrying about which architecture we actually need
 headers += files('rte_lpm_altivec.h', 'rte_lpm_neon.h', 'rte_lpm_sse.h')
 deps += ['hash']
-use_function_versioning = true
+deps += ['rcu']