Skip to content

Instantly share code, notes, and snippets.

@mpurzynski
Last active March 19, 2019 00:56
Show Gist options
  • Save mpurzynski/d4a8f64f3068f17651fa699d835fa60d to your computer and use it in GitHub Desktop.
Save mpurzynski/d4a8f64f3068f17651fa699d835fa60d to your computer and use it in GitHub Desktop.
Autospec files for the Bro AF_Packet plugin
# This file contains additional build requirements that did not get
# picked up automatically. One name per line, no whitespace.
bro
bro-abi
bro-bin
bro-lib
bro-plugins
bro-dev
linux-dev
-DBinPAC_ROOT_DIR=`bro-config --binpac_root` -DBROKER_ROOT_DIR=`bro-config --broker_root` -DCAF_ROOT_DIR=`bro-config --caf_root` -DBRO_CONFIG_PLUGIN_DIR=`bro-config --plugin_dir` -DBRO_CONFIG_PREFIX=`bro-config --prefix` -DBRO_CONFIG_INCLUDE_DIR=`bro-config --include_dir` -DBRO_CONFIG_CMAKE_DIR=`bro-config --cmake_dir` -DCMAKE_MODULE_PATH=`bro-config --cmake_dir` -DKERNELHEADERS_ROOT_DIR=/usr/lib/modules/$(uname -r)/build
# This file contains additional runtime requirements that did not get
# picked up automatically. One name per line, no whitespace.
bro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment