diff options
author | Simone Mainardi <mainardi@ntop.org> | 2018-09-11 10:43:04 +0200 |
---|---|---|
committer | Simone Mainardi <mainardi@ntop.org> | 2018-09-11 10:43:04 +0200 |
commit | 6ac83ce7eb9961785bb2b7ba4c3788524591b30f (patch) | |
tree | 6cff4a3c5aec6ede583b7140a77ee515a13513db /configure.seed | |
parent | b9ae0f8888da758f93aa6ed2033b614926a4e3d8 (diff) |
Fixes broken hyperscan compilation
Diffstat (limited to 'configure.seed')
-rw-r--r-- | configure.seed | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.seed b/configure.seed index 8f8817f24..548cffc83 100644 --- a/configure.seed +++ b/configure.seed @@ -74,6 +74,7 @@ if test "${with_hyperscan+set}" = set; then AC_CHECK_LIB([stdc++], [main]) HS_INC=`pkg-config --cflags libhs` HS_LIB=`pkg-config --libs libhs` + LDFLAGS="$LDFLAGS $HS_LIB" else AC_MSG_RESULT([Intel Hyperscan not found, exiting. See https://github.com/intel/hyperscan/blob/master/doc/dev-reference/getting_started.rst for install/build instructions]) exit 1 |