From 1ff82b612c381fa16a9553953ca59a26635b3816 Mon Sep 17 00:00:00 2001 From: Michael Dopheide Date: Sun, 15 Oct 2017 18:20:50 -0500 Subject: [PATCH] build issues, cont'd --- bro-pkg.meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bro-pkg.meta b/bro-pkg.meta index cbedbe6..9de54ae 100644 --- a/bro-pkg.meta +++ b/bro-pkg.meta @@ -2,4 +2,4 @@ description = Attempt to identify QUIC protocol tags = plugin, analyzer, quic plugin_dir = build/Bro_QUIC.tgz -build_command = ( ./configure --bro-dist=%(bro_dist)s LDFLAGS=/opt/snf/lib CFLAGS=/opt/snf/include && make ) \ No newline at end of file +build_command = ( ./configure --bro-dist=%(bro_dist)s && make ) \ No newline at end of file