Skip to content

Instantly share code, notes, and snippets.

@badagent
Created June 2, 2019 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save badagent/52a9bb0ed216dd31dec032dba13847ad to your computer and use it in GitHub Desktop.
Save badagent/52a9bb0ed216dd31dec032dba13847ad to your computer and use it in GitHub Desktop.
diff --git a/configure b/configure
index b1ea7bdff..ece846181 100755
--- a/configure
+++ b/configure
@@ -130,6 +130,7 @@ builddir=build
prefix=/usr/local/bro
CMakeCacheEntries=""
append_cache_entry CMAKE_INSTALL_PREFIX PATH $prefix
+append_cache_entry CMAKE_INSTALL_LIBDIR PATH /usr/lib
append_cache_entry ZEEK_ROOT_DIR PATH $prefix
append_cache_entry PY_MOD_INSTALL_DIR PATH $prefix/lib/zeekctl
append_cache_entry ZEEK_SCRIPT_INSTALL_PATH STRING $prefix/share/bro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment