On Sat, Dec 19, 2015 at 10:39 +0800, you wrote:

> Since DPDK builds static libs, the plugin should better become a
> static lib.

You can't build the plugin itself as a static library, as then Bro
couldn't load it dynamically at runtime. You should however be able to
link DPDK statically into your (dynamic) plugin, if that's what you
need? If so, I would think that CMake actually does the right there
already if all it finds for a dependency is a static library.

Robin

-- 
Robin Sommer * ICSI/LBNL * [email protected] * www.icir.org/robin
_______________________________________________
bro-dev mailing list
[email protected]
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev

Reply via email to