joelagnel / bpfd

BPFd (Deprecated, please see README.md) : Berkeley Packet Filter daemon (BPFd). Makes it possible to run BCC tools across systems.
Apache License 2.0
95 stars 23 forks source link

Make bpfd non-static builds #38

Closed joelagnel closed 6 years ago

joelagnel commented 6 years ago

Currently CMakeLists.txt builds static binary. The idea was to push BPFd to a device and not worry about dependencies. However, for the host-side testing of BPFd (process remote), this isn't necessary since the host build will make sure all dependencies are available (to build it in the first place). For this reason lets move the host-side build to non-static binary.