Project

General

Profile

Bug #1470 ยป brewbot.txt

Example of failure on Yosemite with homebrew - Ben Hughes, 05/15/2015 09:34 AM

 
Failed

brew-test-bot.yosemite.install suricata

Failing for the past 1 build (Since Failed#26166 )
Took 1 min 0 sec.
Error Message

failed: brew install --verbose --build-bottle suricata
Stacktrace

==> Downloading https://www.openinfosecfoundation.org/download/suricata-2.0.8.tar.gz
Already downloaded: /Library/Caches/Homebrew/suricata-2.0.8.tar.gz
==> Verifying suricata-2.0.8.tar.gz checksum
tar xf /Library/Caches/Homebrew/suricata-2.0.8.tar.gz
==> Downloading https://pypi.python.org/packages/source/a/argparse/argparse-1.3.0.tar.gz
Already downloaded: /Library/Caches/Homebrew/suricata--argparse-1.3.0.tar.gz
==> Verifying suricata--argparse-1.3.0.tar.gz checksum
tar xf /Library/Caches/Homebrew/suricata--argparse-1.3.0.tar.gz
==> python -c import setuptools... --no-user-cfg install --prefix=/usr/local/Cellar/suricata/2.0.8/libexec/vendor --single-version-externally-managed --record=installed.txt
running install
running build
running build_py
creating build
creating build/lib
copying argparse.py -> build/lib
running install_lib
copying build/lib/argparse.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/argparse.py to argparse.pyc
running install_egg_info
running egg_info
writing argparse.egg-info/PKG-INFO
writing top-level names to argparse.egg-info/top_level.txt
writing dependency_links to argparse.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found

reading manifest file 'argparse.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.orig' found anywhere in distribution
warning: no previously-included files matching '*.rej' found anywhere in distribution
no previously-included directories found matching 'doc/_build'
no previously-included directories found matching 'env24'
no previously-included directories found matching 'env25'
no previously-included directories found matching 'env26'
no previously-included directories found matching 'env27'
writing manifest file 'argparse.egg-info/SOURCES.txt'
Copying argparse.egg-info to /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/argparse-1.3.0-py2.7.egg-info
running install_scripts
writing list of installed files to 'installed.txt'
==> Downloading https://pypi.python.org/packages/source/s/simplejson/simplejson-3.6.5.tar.gz
Already downloaded: /Library/Caches/Homebrew/suricata--simplejson-3.6.5.tar.gz
==> Verifying suricata--simplejson-3.6.5.tar.gz checksum
tar xf /Library/Caches/Homebrew/suricata--simplejson-3.6.5.tar.gz
==> python -c import setuptools... --no-user-cfg install --prefix=/usr/local/Cellar/suricata/2.0.8/libexec/vendor --single-version-externally-managed --record=installed.txt
running install
running build
running build_py
creating build
creating build/lib.macosx-10.10-intel-2.7
creating build/lib.macosx-10.10-intel-2.7/simplejson
copying simplejson/__init__.py -> build/lib.macosx-10.10-intel-2.7/simplejson
copying simplejson/compat.py -> build/lib.macosx-10.10-intel-2.7/simplejson
copying simplejson/decoder.py -> build/lib.macosx-10.10-intel-2.7/simplejson
copying simplejson/encoder.py -> build/lib.macosx-10.10-intel-2.7/simplejson
copying simplejson/ordered_dict.py -> build/lib.macosx-10.10-intel-2.7/simplejson
copying simplejson/scanner.py -> build/lib.macosx-10.10-intel-2.7/simplejson
copying simplejson/tool.py -> build/lib.macosx-10.10-intel-2.7/simplejson
creating build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/__init__.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_bigint_as_string.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_bitsize_int_as_string.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_check_circular.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_decimal.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_decode.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_default.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_dump.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_encode_basestring_ascii.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_encode_for_html.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_errors.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_fail.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_float.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_for_json.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_indent.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_item_sort_key.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_namedtuple.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_pass1.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_pass2.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_pass3.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_recursion.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_scanstring.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_separators.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_speedups.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_tool.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_tuple.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
copying simplejson/tests/test_unicode.py -> build/lib.macosx-10.10-intel-2.7/simplejson/tests
running build_ext
building 'simplejson._speedups' extension
creating build/temp.macosx-10.10-intel-2.7
creating build/temp.macosx-10.10-intel-2.7/simplejson
clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c simplejson/_speedups.c -o build/temp.macosx-10.10-intel-2.7/simplejson/_speedups.o
clang -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.10-intel-2.7/simplejson/_speedups.o -o build/lib.macosx-10.10-intel-2.7/simplejson/_speedups.so
running install_lib
creating /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson
copying build/lib.macosx-10.10-intel-2.7/simplejson/__init__.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson
copying build/lib.macosx-10.10-intel-2.7/simplejson/_speedups.so -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson
copying build/lib.macosx-10.10-intel-2.7/simplejson/compat.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson
copying build/lib.macosx-10.10-intel-2.7/simplejson/decoder.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson
copying build/lib.macosx-10.10-intel-2.7/simplejson/encoder.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson
copying build/lib.macosx-10.10-intel-2.7/simplejson/ordered_dict.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson
copying build/lib.macosx-10.10-intel-2.7/simplejson/scanner.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson
creating /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/__init__.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_bigint_as_string.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_bitsize_int_as_string.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_check_circular.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_decimal.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_decode.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_default.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_dump.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_encode_basestring_ascii.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_encode_for_html.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_errors.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_fail.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_float.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_for_json.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_indent.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_item_sort_key.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_namedtuple.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_pass1.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_pass2.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_pass3.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_recursion.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_scanstring.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_separators.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_speedups.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_tool.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_tuple.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tests/test_unicode.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests
copying build/lib.macosx-10.10-intel-2.7/simplejson/tool.py -> /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/compat.py to compat.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/decoder.py to decoder.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/encoder.py to encoder.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/ordered_dict.py to ordered_dict.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/scanner.py to scanner.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_bigint_as_string.py to test_bigint_as_string.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_bitsize_int_as_string.py to test_bitsize_int_as_string.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_check_circular.py to test_check_circular.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_decimal.py to test_decimal.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_decode.py to test_decode.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_default.py to test_default.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_dump.py to test_dump.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_encode_basestring_ascii.py to test_encode_basestring_ascii.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_encode_for_html.py to test_encode_for_html.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_errors.py to test_errors.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_fail.py to test_fail.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_float.py to test_float.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_for_json.py to test_for_json.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_indent.py to test_indent.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_item_sort_key.py to test_item_sort_key.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_namedtuple.py to test_namedtuple.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_pass1.py to test_pass1.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_pass2.py to test_pass2.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_pass3.py to test_pass3.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_recursion.py to test_recursion.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_scanstring.py to test_scanstring.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_separators.py to test_separators.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_speedups.py to test_speedups.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_tool.py to test_tool.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_tuple.py to test_tuple.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tests/test_unicode.py to test_unicode.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson/tool.py to tool.pyc
running install_egg_info
running egg_info
writing simplejson.egg-info/PKG-INFO
writing top-level names to simplejson.egg-info/top_level.txt
writing dependency_links to simplejson.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found

reading manifest file 'simplejson.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'simplejson.egg-info/SOURCES.txt'
Copying simplejson.egg-info to /usr/local/Cellar/suricata/2.0.8/libexec/vendor/lib/python2.7/site-packages/simplejson-3.6.5-py2.7.egg-info
running install_scripts
writing list of installed files to 'installed.txt'
==> ./configure --disable-debug --disable-dependency-tracking --disable-silent-rules --prefix=/usr/local/Cellar/suricata/2.0.8 --sysconfdir=/usr/local/etc --localstatedir=/usr/local/var --with-libnet-includes=/usr/local/opt/libnet/include --with-libnet-libs=/usr/local/opt/libnet/lib --with-libmagic-includes=/usr/local/opt/libmagic/include --with-libmagic-libraries=/usr/local/opt/libmagic/lib
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... none
checking for clang option to accept ISO C99... none needed
checking build system type... x86_64-apple-darwin14.3.0
checking host system type... x86_64-apple-darwin14.3.0
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin14.3.0 file names to x86_64-apple-darwin14.3.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin14.3.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from clang object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... clang -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin14.3.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.21... yes
checking clang __sync_bool_compare_and_swap... yes
checking for gawk... (cached) awk
checking for gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking whether clang understands -c and -o together... (cached) yes
checking dependency style of clang... (cached) none
checking how to run the C preprocessor... clang -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking for python... /usr/bin/python
checking for wget... no
checking for curl... /usr/bin/curl
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for stdint.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking sys/prctl.h usability... no
checking sys/prctl.h presence... no
checking for sys/prctl.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking linux/if_ether.h usability... no
checking linux/if_ether.h presence... no
checking for linux/if_ether.h... no
checking linux/if_packet.h usability... no
checking linux/if_packet.h presence... no
checking for linux/if_packet.h... no
checking linux/filter.h usability... no
checking linux/filter.h presence... no
checking for linux/filter.h... no
checking linux/ethtool.h usability... no
checking linux/ethtool.h presence... no
checking for linux/ethtool.h... no
checking linux/sockios.h usability... no
checking linux/sockios.h presence... no
checking for linux/sockios.h... no
checking for sys/socket.h... (cached) yes
checking for net/if.h... yes
checking for sys/mman.h... yes
checking for linux/if_arp.h... no
checking for windows.h... no
checking for winsock2.h... no
checking for ws2tcpip.h... no
checking for w32api/wtypes.h... no
checking for w32api/winbase.h... no
checking for inline... inline
checking for pid_t... yes
checking for size_t... yes
checking for int32_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for gettimeofday... yes
checking for memset... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strtol... yes
checking for strtoul... yes
checking for memchr... yes
checking for memrchr... no
checking for strlcpy... yes
checking for strlcat... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking host os... -n installation for x86_64-apple-darwin14.3.0 OS...
ok
checking for thread local storage __thread support... yes
checking checking if clang supports -march=native... yes
checking for spatch... no
Warning! spatch not found, you will not be
able to run code checking with coccinelle
get it from http://coccinelle.lip6.fr
or install from your distribution
checking for Mpipe... no
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
checking for pcre_get_substring in -lpcre... yes
checking for pcre_dfa_exec in -lpcre... yes
checking for PCRE JIT support... yes
checking for PCRE JIT support usability... yes
checking yaml.h usability... yes
checking yaml.h presence... yes
checking for yaml.h... yes
checking for yaml_parser_initialize in -lyaml... yes
checking for pthread_create in -lpthread... yes
checking jansson.h usability... no
checking jansson.h presence... no
checking for jansson.h... no
checking for nfnl_fd in -lnfnetlink... no

ERROR! nfnetlink library not found, go get it
from www.netfilter.org.
we automatically append libnetfilter_queue/ when searching
for headers etc. when the --with-libnfnetlink-inlcudes directive
is used

checking for libnet.h version 1.1.x... yes
checking for libnet_write in -lnet... yes
checking for libnet_build_icmpv6_unreach in -lnet... yes
checking pcap.h usability... yes
checking pcap.h presence... yes
checking for pcap.h... yes
checking for pcap.h... (cached) yes
checking pcap/pcap.h usability... yes
checking pcap/pcap.h presence... yes
checking for pcap/pcap.h... yes
checking pcap/bpf.h usability... yes
checking pcap/bpf.h presence... yes
checking for pcap/bpf.h... yes
checking for pcap_open_live in -lpcap... yes
checking for pcap_activate in -lpcap... yes
checking for pcap-config... /usr/bin/pcap-config
checking for pcap_set_buffer_size in -lpcap... yes
checking whether TPACKET_V2 is declared... no
checking whether PACKET_FANOUT is declared... no
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for libiconv_close in -liconv... no
checking for libnspr... no
checking nspr.h usability... no
checking nspr.h presence... no
checking for nspr.h... no
checking for libnss... no
checking sechash.h usability... no
checking sechash.h presence... no
checking for sechash.h... no
checking magic.h usability... yes
checking magic.h presence... yes
checking for magic.h... yes
checking for magic_open in -lmagic... yes
checking for getconf... /usr/bin/getconf
getconf: no such configuration parameter `LEVEL1_DCACHE_LINESIZE'
checking for git... /usr/local/Library/ENV/4.3/git
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating qa/Makefile
config.status: creating qa/coccinelle/Makefile
config.status: creating rules/Makefile
config.status: creating doc/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/file_processor/Makefile
config.status: creating contrib/file_processor/Action/Makefile
config.status: creating contrib/file_processor/Processor/Makefile
config.status: creating contrib/tile_pcie_logd/Makefile
config.status: creating suricata.yaml
config.status: creating scripts/Makefile
config.status: creating scripts/suricatasc/Makefile
config.status: creating scripts/suricatasc/suricatasc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libhtp (/private/tmp/suricata20150514-53998-1gkcsix/suricata-2.0.8/libhtp)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/suricata/2.0.8' '--disable-debug' '--disable-dependency-tracking' '--disable-silent-rules' '--sysconfdir=/usr/local/etc' '--localstatedir=/usr/local/var' '--with-libnet-includes=/usr/local/opt/libnet/include' '--with-libnet-libs=/usr/local/opt/libnet/lib' '--with-libmagic-includes=/usr/local/opt/libmagic/include' '--with-libmagic-libraries=/usr/local/opt/libmagic/lib' 'CC=clang' 'PKG_CONFIG_PATH=/usr/local/opt/libyaml/lib/pkgconfig:/usr/local/opt/pcre/lib/pkgconfig' 'PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
Debug mode enabled
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of clang... none
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking dependency style of clang++... none
checking build system type... x86_64-apple-darwin14.3.0
checking host system type... x86_64-apple-darwin14.3.0
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin14.3.0 file names to x86_64-apple-darwin14.3.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin14.3.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from clang object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... clang -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin14.3.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... clang++ -E
checking for ld used by clang++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking for clang++ option to produce PIC... -fno-common -DPIC
checking if clang++ PIC flag -fno-common -DPIC works... yes
checking if clang++ static flag -static works... no
checking if clang++ supports -c -o file.o... yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin14.3.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether build environment is sane... yes
checking for strlcpy... yes
checking for strlcat... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for inflate in -lz... yes
checking OS... no
checking for ld used by GCC... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for gcc support of -Wstrict-overflow=1... yes
checking for gcc support of stack smashing protection... yes
checking for gcc support of FORTIFY_SOURCE... yes
checking for gcc support of -Wformat -Wformat-security... yes
checking for doxygen... no
checking for lcov... no
checking that generated files are newer than configure... done
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating htp/htp_version.h
config.status: creating Makefile
config.status: creating htp.pc
config.status: creating htp/Makefile
config.status: creating test/Makefile
config.status: creating docs/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

Suricata Configuration:
AF_PACKET support: no
PF_RING support: no
NFQueue support: no
NFLOG support: no
IPFW support: no
DAG enabled: no
Napatech enabled: no
Unix socket enabled: no
Detection enabled: yes

libnss support: no
libnspr support: no
libjansson support: no
Prelude support: no
PCRE jit: yes
LUA support: no
libluajit: no
libgeoip: no
Non-bundled htp: no
Old barnyard2 support: no
CUDA enabled: no

Suricatasc install: yes

Unit tests enabled: no
Debug output enabled: no
Debug validation enabled: no
Profiling enabled: no
Profiling locks enabled: no
Coccinelle / spatch: no

Generic build parameters:
Installation prefix (--prefix): /usr/local/Cellar/suricata/2.0.8
Configuration directory (--sysconfdir): /usr/local/etc/suricata/
Log directory (--localstatedir) : /usr/local/var/log/suricata/

Host: x86_64-apple-darwin14.3.0
GCC binary: clang
GCC Protect enabled: no
GCC march native enabled: yes
GCC Profile enabled: no

To build and install run 'make' and 'make install'.

You can run 'make install-conf' if you want to install initial configuration
files to /usr/local/etc/suricata/. Running 'make install-full' will install configuration
and rules and provide you a ready-to-run suricata.

To install Suricata into /usr/bin/suricata, have the config in
/etc/suricata and use /var/log/suricata as log dir, use:
./configure --prefix=/usr/ --sysconfdir=/etc/ --localstatedir=/var/

==> make install-full
install -d "/usr/local/etc/suricata/"
install -d "/usr/local/etc/suricata/rules"
install: mkdir /usr/local/etc: File exists
make: *** [install-rules] Error 71
make: *** Waiting for unfinished jobs....
Making install in libhtp
Making install in htp
install -d "/usr/local/var/log/suricata/files"
install -d "/usr/local/var/log/suricata/certs"
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o bstr.lo bstr.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o bstr_builder.lo bstr_builder.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_base64.lo htp_base64.c
install -d "/usr/local/var/run/"
install -m 770 -d "/usr/local/var/run/suricata"
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_config.lo htp_config.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c bstr.c -fno-common -DPIC -o .libs/bstr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c bstr_builder.c -fno-common -DPIC -o .libs/bstr_builder.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_base64.c -fno-common -DPIC -o .libs/htp_base64.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_config.c -fno-common -DPIC -o .libs/htp_config.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c bstr_builder.c -o bstr_builder.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_base64.c -o htp_base64.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c bstr.c -o bstr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_connection.lo htp_connection.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_config.c -o htp_config.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_connection_parser.lo htp_connection_parser.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_connection.c -fno-common -DPIC -o .libs/htp_connection.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_connection_parser.c -fno-common -DPIC -o .libs/htp_connection_parser.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_connection.c -o htp_connection.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_connection_parser.c -o htp_connection_parser.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_content_handlers.lo htp_content_handlers.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_content_handlers.c -fno-common -DPIC -o .libs/htp_content_handlers.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_cookies.lo htp_cookies.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_cookies.c -fno-common -DPIC -o .libs/htp_cookies.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_decompressors.lo htp_decompressors.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_decompressors.c -fno-common -DPIC -o .libs/htp_decompressors.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_hooks.lo htp_hooks.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_content_handlers.c -o htp_content_handlers.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_hooks.c -fno-common -DPIC -o .libs/htp_hooks.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_cookies.c -o htp_cookies.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_decompressors.c -o htp_decompressors.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_hooks.c -o htp_hooks.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_list.lo htp_list.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_multipart.lo htp_multipart.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_list.c -fno-common -DPIC -o .libs/htp_list.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_multipart.c -fno-common -DPIC -o .libs/htp_multipart.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_parsers.lo htp_parsers.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_parsers.c -fno-common -DPIC -o .libs/htp_parsers.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_php.lo htp_php.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_php.c -fno-common -DPIC -o .libs/htp_php.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_list.c -o htp_list.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_parsers.c -o htp_parsers.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_php.c -o htp_php.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_request.lo htp_request.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_multipart.c -o htp_multipart.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_request.c -fno-common -DPIC -o .libs/htp_request.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_request_apache_2_2.lo htp_request_apache_2_2.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_request_apache_2_2.c -fno-common -DPIC -o .libs/htp_request_apache_2_2.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_request_generic.lo htp_request_generic.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_request_generic.c -fno-common -DPIC -o .libs/htp_request_generic.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_request_apache_2_2.c -o htp_request_apache_2_2.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_request.c -o htp_request.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_request_parsers.lo htp_request_parsers.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_request_generic.c -o htp_request_generic.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_response.lo htp_response.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_request_parsers.c -fno-common -DPIC -o .libs/htp_request_parsers.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_response.c -fno-common -DPIC -o .libs/htp_response.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_response_generic.lo htp_response_generic.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_request_parsers.c -o htp_request_parsers.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_response_generic.c -fno-common -DPIC -o .libs/htp_response_generic.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_table.lo htp_table.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_table.c -fno-common -DPIC -o .libs/htp_table.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_transaction.lo htp_transaction.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_response.c -o htp_response.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_response_generic.c -o htp_response_generic.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_transaction.c -fno-common -DPIC -o .libs/htp_transaction.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_table.c -o htp_table.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_transcoder.lo htp_transcoder.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_urlencoded.lo htp_urlencoded.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_transcoder.c -fno-common -DPIC -o .libs/htp_transcoder.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_util.lo htp_util.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_urlencoded.c -fno-common -DPIC -o .libs/htp_urlencoded.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_transaction.c -o htp_transaction.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_util.c -fno-common -DPIC -o .libs/htp_util.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_transcoder.c -o htp_transcoder.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_urlencoded.c -o htp_urlencoded.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o htp_utf8_decoder.lo htp_utf8_decoder.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o strlcpy.lo strlcpy.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c -o strlcat.lo strlcat.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_utf8_decoder.c -fno-common -DPIC -o .libs/htp_utf8_decoder.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c strlcpy.c -fno-common -DPIC -o .libs/strlcpy.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c strlcat.c -fno-common -DPIC -o .libs/strlcat.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_utf8_decoder.c -o htp_utf8_decoder.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c strlcpy.c -o strlcpy.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c htp_util.c -o htp_util.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -O2 -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -c strlcat.c -o strlcat.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link clang -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -o libhtp-c.la bstr.lo bstr_builder.lo htp_base64.lo htp_config.lo htp_connection.lo htp_connection_parser.lo htp_content_handlers.lo htp_cookies.lo htp_decompressors.lo htp_hooks.lo htp_list.lo htp_multipart.lo htp_parsers.lo htp_php.lo htp_request.lo htp_request_apache_2_2.lo htp_request_generic.lo htp_request_parsers.lo htp_response.lo htp_response_generic.lo htp_table.lo htp_transaction.lo htp_transcoder.lo htp_urlencoded.lo htp_util.lo htp_utf8_decoder.lo strlcpy.lo strlcat.lo -lz
libtool: link: ar cru .libs/libhtp-c.a .libs/bstr.o .libs/bstr_builder.o .libs/htp_base64.o .libs/htp_config.o .libs/htp_connection.o .libs/htp_connection_parser.o .libs/htp_content_handlers.o .libs/htp_cookies.o .libs/htp_decompressors.o .libs/htp_hooks.o .libs/htp_list.o .libs/htp_multipart.o .libs/htp_parsers.o .libs/htp_php.o .libs/htp_request.o .libs/htp_request_apache_2_2.o .libs/htp_request_generic.o .libs/htp_request_parsers.o .libs/htp_response.o .libs/htp_response_generic.o .libs/htp_table.o .libs/htp_transaction.o .libs/htp_transcoder.o .libs/htp_urlencoded.o .libs/htp_util.o .libs/htp_utf8_decoder.o .libs/strlcpy.o .libs/strlcat.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libhtp-c.a(htp_request_parsers.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libhtp-c.a(strlcpy.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libhtp-c.a(strlcat.o) has no symbols
libtool: link: ranlib .libs/libhtp-c.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libhtp-c.a(htp_request_parsers.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libhtp-c.a(strlcpy.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libhtp-c.a(strlcat.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libhtp-c.la" && ln -s "../libhtp-c.la" "libhtp-c.la" )
/bin/sh ../libtool --tag=CC --mode=link clang -I.. -I../htp -D_GNU_SOURCE -g -Wall -Wextra -std=gnu99 -pedantic -Wextra -Wno-missing-field-initializers -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-unused-parameter -DHTP_DEBUG -O2 -Wstrict-overflow=1 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -version-info 1:0:0 -release 0.5.17 -o libhtp.la -rpath /usr/local/Cellar/suricata/2.0.8/lib libhtp-c.la -lz
libtool: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libhtp-0.5.17.1.dylib -Wl,-force_load,./.libs/libhtp-c.a -lz -O2 -install_name /usr/local/Cellar/suricata/2.0.8/lib/libhtp-0.5.17.1.dylib -compatibility_version 2 -current_version 2.0 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libhtp.dylib" && ln -s "libhtp-0.5.17.1.dylib" "libhtp.dylib")
libtool: link: (cd .libs/libhtp.lax/libhtp-c.a && ar x "/private/tmp/suricata20150514-53998-1gkcsix/suricata-2.0.8/libhtp/htp/./.libs/libhtp-c.a")
libtool: link: ar cru .libs/libhtp.a .libs/libhtp.lax/libhtp-c.a/bstr.o .libs/libhtp.lax/libhtp-c.a/bstr_builder.o .libs/libhtp.lax/libhtp-c.a/htp_base64.o .libs/libhtp.lax/libhtp-c.a/htp_config.o .libs/libhtp.lax/libhtp-c.a/htp_connection.o .libs/libhtp.lax/libhtp-c.a/htp_connection_parser.o .libs/libhtp.lax/libhtp-c.a/htp_content_handlers.o .libs/libhtp.lax/libhtp-c.a/htp_cookies.o .libs/libhtp.lax/libhtp-c.a/htp_decompressors.o .libs/libhtp.lax/libhtp-c.a/htp_hooks.o .libs/libhtp.lax/libhtp-c.a/htp_list.o .libs/libhtp.lax/libhtp-c.a/htp_multipart.o .libs/libhtp.lax/libhtp-c.a/htp_parsers.o .libs/libhtp.lax/libhtp-c.a/htp_php.o .libs/libhtp.lax/libhtp-c.a/htp_request.o .libs/libhtp.lax/libhtp-c.a/htp_request_apache_2_2.o .libs/libhtp.lax/libhtp-c.a/htp_request_generic.o .libs/libhtp.lax/libhtp-c.a/htp_request_parsers.o .libs/libhtp.lax/libhtp-c.a/htp_response.o .libs/libhtp.lax/libhtp-c.a/htp_response_generic.o .libs/libhtp.lax/libhtp-c.a/htp_table.o .libs/libhtp.lax/libhtp-c.a/htp_transaction.o .libs/libhtp.lax/libhtp-c.a/htp_transcoder.o .libs/libhtp.lax/libhtp-c.a/htp_urlencoded.o .libs/libhtp.lax/libhtp-c.a/htp_utf8_decoder.o .libs/libhtp.lax/libhtp-c.a/htp_util.o .libs/libhtp.lax/libhtp-c.a/strlcat.o .libs/libhtp.lax/libhtp-c.a/strlcpy.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libhtp.a(htp_request_parsers.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libhtp.a(strlcat.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libhtp.a(strlcpy.o) has no symbols
libtool: link: ranlib .libs/libhtp.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libhtp.a(htp_request_parsers.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libhtp.a(strlcat.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libhtp.a(strlcpy.o) has no symbols
libtool: link: rm -fr .libs/libhtp.lax
libtool: link: ( cd ".libs" && rm -f "libhtp.la" && ln -s "../libhtp.la" "libhtp.la" )
.././install-sh -c -d '/usr/local/Cellar/suricata/2.0.8/lib'
.././install-sh -c -d '/usr/local/Cellar/suricata/2.0.8/include/htp'
/bin/sh ../libtool --mode=install /usr/bin/install -c libhtp.la '/usr/local/Cellar/suricata/2.0.8/lib'
/usr/bin/install -c -m 644 bstr.h bstr_builder.h htp.h htp_base64.h htp_config.h htp_connection_parser.h htp_core.h htp_decompressors.h htp_hooks.h htp_list.h htp_multipart.h htp_table.h htp_transaction.h htp_urlencoded.h htp_utf8_decoder.h htp_version.h '/usr/local/Cellar/suricata/2.0.8/include/htp'
libtool: install: /usr/bin/install -c .libs/libhtp-0.5.17.1.dylib /usr/local/Cellar/suricata/2.0.8/lib/libhtp-0.5.17.1.dylib
libtool: install: (cd /usr/local/Cellar/suricata/2.0.8/lib && { ln -s -f libhtp-0.5.17.1.dylib libhtp.dylib || { rm -f libhtp.dylib && ln -s libhtp-0.5.17.1.dylib libhtp.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libhtp.lai /usr/local/Cellar/suricata/2.0.8/lib/libhtp.la
libtool: install: /usr/bin/install -c .libs/libhtp.a /usr/local/Cellar/suricata/2.0.8/lib/libhtp.a
libtool: install: chmod 644 /usr/local/Cellar/suricata/2.0.8/lib/libhtp.a
libtool: install: ranlib /usr/local/Cellar/suricata/2.0.8/lib/libhtp.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/suricata/2.0.8/lib/libhtp.a(htp_request_parsers.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/suricata/2.0.8/lib/libhtp.a(strlcat.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/suricata/2.0.8/lib/libhtp.a(strlcpy.o) has no symbols
Making install in test
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in docs
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
./install-sh -c -d '/usr/local/Cellar/suricata/2.0.8/lib/pkgconfig'
/usr/bin/install -c -m 644 htp.pc '/usr/local/Cellar/suricata/2.0.8/lib/pkgconfig'
Making install in src
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o alert-debuglog.o alert-debuglog.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o alert-fastlog.o alert-fastlog.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o alert-pcapinfo.o alert-pcapinfo.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o alert-prelude.o alert-prelude.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o alert-syslog.o alert-syslog.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o alert-unified2-alert.o alert-unified2-alert.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o app-layer.o app-layer.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o app-layer-dcerpc.o app-layer-dcerpc.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o app-layer-dcerpc-udp.o app-layer-dcerpc-udp.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o app-layer-detect-proto.o app-layer-detect-proto.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o app-layer-dns-common.o app-layer-dns-common.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o app-layer-dns-tcp.o app-layer-dns-tcp.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o app-layer-dns-udp.o app-layer-dns-udp.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o app-layer-events.o app-layer-events.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o app-layer-ftp.o app-layer-ftp.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o app-layer-htp-body.o app-layer-htp-body.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o app-layer-htp.o app-layer-htp.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o app-layer-htp-file.o app-layer-htp-file.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o app-layer-htp-libhtp.o app-layer-htp-libhtp.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o app-layer-htp-mem.o app-layer-htp-mem.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o app-layer-parser.o app-layer-parser.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o app-layer-protos.o app-layer-protos.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o app-layer-smb2.o app-layer-smb2.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o app-layer-smb.o app-layer-smb.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o app-layer-smtp.o app-layer-smtp.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o app-layer-ssh.o app-layer-ssh.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o app-layer-ssl.o app-layer-ssl.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o app-layer-tls-handshake.o app-layer-tls-handshake.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o conf.o conf.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o conf-yaml-loader.o conf-yaml-loader.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o counters.o counters.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o data-queue.o data-queue.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o decode.o decode.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o decode-ethernet.o decode-ethernet.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o decode-events.o decode-events.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o decode-gre.o decode-gre.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o decode-icmpv4.o decode-icmpv4.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o decode-icmpv6.o decode-icmpv6.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o decode-ipv4.o decode-ipv4.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o decode-ipv6.o decode-ipv6.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o decode-ppp.o decode-ppp.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o decode-pppoe.o decode-pppoe.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o decode-raw.o decode-raw.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o decode-sctp.o decode-sctp.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o decode-sll.o decode-sll.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o decode-tcp.o decode-tcp.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o decode-teredo.o decode-teredo.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o decode-udp.o decode-udp.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o decode-vlan.o decode-vlan.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o defrag-config.o defrag-config.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o defrag.o defrag.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o defrag-hash.o defrag-hash.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o defrag-queue.o defrag-queue.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o defrag-timeout.o defrag-timeout.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-ack.o detect-ack.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-app-layer-event.o detect-app-layer-event.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-app-layer-protocol.o detect-app-layer-protocol.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-asn1.o detect-asn1.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-byte-extract.o detect-byte-extract.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-bytejump.o detect-bytejump.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-bytetest.o detect-bytetest.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect.o detect.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-simd.o detect-simd.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-classtype.o detect-classtype.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-content.o detect-content.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-csum.o detect-csum.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-dce-iface.o detect-dce-iface.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-dce-opnum.o detect-dce-opnum.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-dce-stub-data.o detect-dce-stub-data.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-depth.o detect-depth.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-detection-filter.o detect-detection-filter.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-distance.o detect-distance.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-dns-query.o detect-dns-query.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-dsize.o detect-dsize.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-address.o detect-engine-address.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-address-ipv4.o detect-engine-address-ipv4.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-address-ipv6.o detect-engine-address-ipv6.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-alert.o detect-engine-alert.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-analyzer.o detect-engine-analyzer.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-apt-event.o detect-engine-apt-event.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine.o detect-engine.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-content-inspection.o detect-engine-content-inspection.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-dcepayload.o detect-engine-dcepayload.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-dns.o detect-engine-dns.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-event.o detect-engine-event.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-file.o detect-engine-file.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-hcbd.o detect-engine-hcbd.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-hcd.o detect-engine-hcd.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-hhd.o detect-engine-hhd.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-hhhd.o detect-engine-hhhd.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-hmd.o detect-engine-hmd.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-hrhd.o detect-engine-hrhd.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-hrhhd.o detect-engine-hrhhd.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-hrud.o detect-engine-hrud.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-hsbd.o detect-engine-hsbd.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-hscd.o detect-engine-hscd.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-hsmd.o detect-engine-hsmd.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-hua.o detect-engine-hua.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-iponly.o detect-engine-iponly.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-mpm.o detect-engine-mpm.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-payload.o detect-engine-payload.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-port.o detect-engine-port.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-proto.o detect-engine-proto.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-siggroup.o detect-engine-siggroup.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-sigorder.o detect-engine-sigorder.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-state.o detect-engine-state.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-tag.o detect-engine-tag.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-threshold.o detect-engine-threshold.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-engine-uri.o detect-engine-uri.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-fast-pattern.o detect-fast-pattern.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-file-data.o detect-file-data.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-fileext.o detect-fileext.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-filemagic.o detect-filemagic.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-filemd5.o detect-filemd5.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-filename.o detect-filename.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-filesize.o detect-filesize.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-filestore.o detect-filestore.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-flags.o detect-flags.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-flowbits.o detect-flowbits.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-flow.o detect-flow.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-flowint.o detect-flowint.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-flowvar.o detect-flowvar.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-fragbits.o detect-fragbits.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-fragoffset.o detect-fragoffset.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-ftpbounce.o detect-ftpbounce.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-geoip.o detect-geoip.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-gid.o detect-gid.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-http-client-body.o detect-http-client-body.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-http-cookie.o detect-http-cookie.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-http-header.o detect-http-header.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-http-hh.o detect-http-hh.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-http-hrh.o detect-http-hrh.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-http-method.o detect-http-method.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-http-raw-header.o detect-http-raw-header.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-http-raw-uri.o detect-http-raw-uri.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-http-server-body.o detect-http-server-body.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-http-stat-code.o detect-http-stat-code.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-http-stat-msg.o detect-http-stat-msg.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-http-ua.o detect-http-ua.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-http-uri.o detect-http-uri.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-icmp-id.o detect-icmp-id.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-icmp-seq.o detect-icmp-seq.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-icode.o detect-icode.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-id.o detect-id.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-ipopts.o detect-ipopts.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-ipproto.o detect-ipproto.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-iprep.o detect-iprep.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-isdataat.o detect-isdataat.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-itype.o detect-itype.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-l3proto.o detect-l3proto.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-luajit.o detect-luajit.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-luajit-extensions.o detect-luajit-extensions.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-mark.o detect-mark.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-metadata.o detect-metadata.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-msg.o detect-msg.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-noalert.o detect-noalert.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-nocase.o detect-nocase.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-offset.o detect-offset.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-parse.o detect-parse.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-pcre.o detect-pcre.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-pkt-data.o detect-pkt-data.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-pktvar.o detect-pktvar.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-priority.o detect-priority.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-rawbytes.o detect-rawbytes.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-reference.o detect-reference.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-replace.o detect-replace.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-rev.o detect-rev.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-rpc.o detect-rpc.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-sameip.o detect-sameip.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-seq.o detect-seq.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-sid.o detect-sid.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-ssh-proto-version.o detect-ssh-proto-version.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-ssh-software-version.o detect-ssh-software-version.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-ssl-state.o detect-ssl-state.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-ssl-version.o detect-ssl-version.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-stream_size.o detect-stream_size.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-tag.o detect-tag.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-threshold.o detect-threshold.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-tls.o detect-tls.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-tls-version.o detect-tls-version.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-tos.o detect-tos.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-ttl.o detect-ttl.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-uricontent.o detect-uricontent.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-urilen.o detect-urilen.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-window.o detect-window.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o detect-within.o detect-within.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o flow-bit.o flow-bit.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o flow.o flow.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o flow-hash.o flow-hash.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o flow-manager.o flow-manager.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o flow-queue.o flow-queue.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o flow-storage.o flow-storage.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o flow-timeout.o flow-timeout.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o flow-util.o flow-util.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o flow-var.o flow-var.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o host.o host.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o host-queue.o host-queue.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o host-storage.o host-storage.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o host-timeout.o host-timeout.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o log-dnslog.o log-dnslog.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o log-droplog.o log-droplog.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o log-file.o log-file.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o log-filestore.o log-filestore.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o log-httplog.o log-httplog.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o log-pcap.o log-pcap.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o log-tlslog.o log-tlslog.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o output.o output.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o output-file.o output-file.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o output-filedata.o output-filedata.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o output-json-alert.o output-json-alert.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o output-json-dns.o output-json-dns.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o output-json-drop.o output-json-drop.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o output-json-file.o output-json-file.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o output-json-http.o output-json-http.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o output-json-ssh.o output-json-ssh.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o output-json-tls.o output-json-tls.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o output-packet.o output-packet.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o output-tx.o output-tx.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o output-json.o output-json.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o packet-queue.o packet-queue.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o pkt-var.o pkt-var.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o reputation.o reputation.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o respond-reject.o respond-reject.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o respond-reject-libnet11.o respond-reject-libnet11.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o runmode-af-packet.o runmode-af-packet.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o runmode-erf-dag.o runmode-erf-dag.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o runmode-erf-file.o runmode-erf-file.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o runmode-ipfw.o runmode-ipfw.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o runmode-napatech.o runmode-napatech.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o runmode-nfq.o runmode-nfq.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o runmode-nflog.o runmode-nflog.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o runmode-pcap.o runmode-pcap.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o runmode-pcap-file.o runmode-pcap-file.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o runmode-pfring.o runmode-pfring.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o runmode-unittests.o runmode-unittests.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o runmode-unix-socket.o runmode-unix-socket.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o runmode-tile.o runmode-tile.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o runmodes.o runmodes.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o source-af-packet.o source-af-packet.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o source-erf-dag.o source-erf-dag.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o source-erf-file.o source-erf-file.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o source-ipfw.o source-ipfw.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o source-mpipe.o source-mpipe.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o source-napatech.o source-napatech.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o source-nfq.o source-nfq.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o source-nflog.o source-nflog.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o source-pcap.o source-pcap.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o source-pcap-file.o source-pcap-file.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o source-pfring.o source-pfring.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o stream.o stream.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o stream-tcp.o stream-tcp.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o stream-tcp-inline.o stream-tcp-inline.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o stream-tcp-reassemble.o stream-tcp-reassemble.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o stream-tcp-sack.o stream-tcp-sack.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o stream-tcp-util.o stream-tcp-util.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o suricata.o suricata.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o threads.o threads.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o tm-modules.o tm-modules.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o tmqh-flow.o tmqh-flow.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o tmqh-nfq.o tmqh-nfq.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o tmqh-packetpool.o tmqh-packetpool.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o tmqh-ringbuffer.o tmqh-ringbuffer.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o tmqh-simple.o tmqh-simple.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o tm-queuehandlers.o tm-queuehandlers.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o tm-queues.o tm-queues.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o tm-threads.o tm-threads.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o unix-manager.o unix-manager.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-action.o util-action.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-atomic.o util-atomic.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-bloomfilter-counting.o util-bloomfilter-counting.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-bloomfilter.o util-bloomfilter.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-buffer.o util-buffer.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-byte.o util-byte.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-checksum.o util-checksum.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-cidr.o util-cidr.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-classification-config.o util-classification-config.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-conf.o util-conf.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-coredump-config.o util-coredump-config.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-cpu.o util-cpu.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-crypt.o util-crypt.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-cuda.o util-cuda.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-cuda-buffer.o util-cuda-buffer.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-cuda-handlers.o util-cuda-handlers.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-cuda-vars.o util-cuda-vars.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-daemon.o util-daemon.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-debug.o util-debug.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-debug-filters.o util-debug-filters.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-decode-asn1.o util-decode-asn1.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-decode-der.o util-decode-der.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-decode-der-get.o util-decode-der-get.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-device.o util-device.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-enum.o util-enum.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-error.o util-error.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-file.o util-file.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-fix_checksum.o util-fix_checksum.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-fmemopen.o util-fmemopen.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-hash.o util-hash.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-hashlist.o util-hashlist.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-hash-lookup3.o util-hash-lookup3.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-host-os-info.o util-host-os-info.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-host-info.o util-host-info.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-ioctl.o util-ioctl.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-ip.o util-ip.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-logopenfile.o util-logopenfile.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-logopenfile-tile.o util-logopenfile-tile.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-magic.o util-magic.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-memcmp.o util-memcmp.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-memrchr.o util-memrchr.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-misc.o util-misc.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-mpm-ac-bs.o util-mpm-ac-bs.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-mpm-ac.o util-mpm-ac.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-mpm-ac-gfbs.o util-mpm-ac-gfbs.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-mpm-ac-tile.o util-mpm-ac-tile.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-mpm-ac-tile-small.o util-mpm-ac-tile-small.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-mpm-b2gc.o util-mpm-b2gc.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-mpm-b2g.o util-mpm-b2g.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-mpm-b2gm.o util-mpm-b2gm.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-mpm-b3g.o util-mpm-b3g.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-mpm.o util-mpm.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-mpm-wumanber.o util-mpm-wumanber.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-path.o util-path.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-pidfile.o util-pidfile.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-pool.o util-pool.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-pool-thread.o util-pool-thread.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-print.o util-print.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-privs.o util-privs.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-profiling.o util-profiling.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-profiling-locks.o util-profiling-locks.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-profiling-rules.o util-profiling-rules.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-profiling-keywords.o util-profiling-keywords.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-proto-name.o util-proto-name.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-radix-tree.o util-radix-tree.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-random.o util-random.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-reference-config.o util-reference-config.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-ringbuffer.o util-ringbuffer.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-rohash.o util-rohash.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-rule-vars.o util-rule-vars.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-runmodes.o util-runmodes.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-running-modes.o util-running-modes.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-signal.o util-signal.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-spm-bm.o util-spm-bm.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-spm-bs2bm.o util-spm-bs2bm.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-spm-bs.o util-spm-bs.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-spm.o util-spm.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-storage.o util-storage.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-strlcatu.o util-strlcatu.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-strlcpyu.o util-strlcpyu.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-syslog.o util-syslog.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-threshold-config.o util-threshold-config.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-time.o util-time.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-unittest.o util-unittest.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-unittest-helper.o util-unittest-helper.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-affinity.o util-affinity.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-var.o util-var.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o util-var-name.o util-var-name.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o win32-misc.o win32-misc.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -I/opt/local/include -I/usr/local/opt/libnet/include -I/usr/local/opt/libmagic/include -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -c -o win32-service.o win32-service.c
/bin/sh ../libtool --tag=CC --mode=link clang -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -L/opt/local/lib -L/usr/local/opt/libmagic/lib -o suricata alert-debuglog.o alert-fastlog.o alert-pcapinfo.o alert-prelude.o alert-syslog.o alert-unified2-alert.o app-layer.o app-layer-dcerpc.o app-layer-dcerpc-udp.o app-layer-detect-proto.o app-layer-dns-common.o app-layer-dns-tcp.o app-layer-dns-udp.o app-layer-events.o app-layer-ftp.o app-layer-htp-body.o app-layer-htp.o app-layer-htp-file.o app-layer-htp-libhtp.o app-layer-htp-mem.o app-layer-parser.o app-layer-protos.o app-layer-smb2.o app-layer-smb.o app-layer-smtp.o app-layer-ssh.o app-layer-ssl.o app-layer-tls-handshake.o conf.o conf-yaml-loader.o counters.o data-queue.o decode.o decode-ethernet.o decode-events.o decode-gre.o decode-icmpv4.o decode-icmpv6.o decode-ipv4.o decode-ipv6.o decode-ppp.o decode-pppoe.o decode-raw.o decode-sctp.o decode-sll.o decode-tcp.o decode-teredo.o decode-udp.o decode-vlan.o defrag-config.o defrag.o defrag-hash.o defrag-queue.o defrag-timeout.o detect-ack.o detect-app-layer-event.o detect-app-layer-protocol.o detect-asn1.o detect-byte-extract.o detect-bytejump.o detect-bytetest.o detect.o detect-simd.o detect-classtype.o detect-content.o detect-csum.o detect-dce-iface.o detect-dce-opnum.o detect-dce-stub-data.o detect-depth.o detect-detection-filter.o detect-distance.o detect-dns-query.o detect-dsize.o detect-engine-address.o detect-engine-address-ipv4.o detect-engine-address-ipv6.o detect-engine-alert.o detect-engine-analyzer.o detect-engine-apt-event.o detect-engine.o detect-engine-content-inspection.o detect-engine-dcepayload.o detect-engine-dns.o detect-engine-event.o detect-engine-file.o detect-engine-hcbd.o detect-engine-hcd.o detect-engine-hhd.o detect-engine-hhhd.o detect-engine-hmd.o detect-engine-hrhd.o detect-engine-hrhhd.o detect-engine-hrud.o detect-engine-hsbd.o detect-engine-hscd.o detect-engine-hsmd.o detect-engine-hua.o detect-engine-iponly.o detect-engine-mpm.o detect-engine-payload.o detect-engine-port.o detect-engine-proto.o detect-engine-siggroup.o detect-engine-sigorder.o detect-engine-state.o detect-engine-tag.o detect-engine-threshold.o detect-engine-uri.o detect-fast-pattern.o detect-file-data.o detect-fileext.o detect-filemagic.o detect-filemd5.o detect-filename.o detect-filesize.o detect-filestore.o detect-flags.o detect-flowbits.o detect-flow.o detect-flowint.o detect-flowvar.o detect-fragbits.o detect-fragoffset.o detect-ftpbounce.o detect-geoip.o detect-gid.o detect-http-client-body.o detect-http-cookie.o detect-http-header.o detect-http-hh.o detect-http-hrh.o detect-http-method.o detect-http-raw-header.o detect-http-raw-uri.o detect-http-server-body.o detect-http-stat-code.o detect-http-stat-msg.o detect-http-ua.o detect-http-uri.o detect-icmp-id.o detect-icmp-seq.o detect-icode.o detect-id.o detect-ipopts.o detect-ipproto.o detect-iprep.o detect-isdataat.o detect-itype.o detect-l3proto.o detect-luajit.o detect-luajit-extensions.o detect-mark.o detect-metadata.o detect-msg.o detect-noalert.o detect-nocase.o detect-offset.o detect-parse.o detect-pcre.o detect-pkt-data.o detect-pktvar.o detect-priority.o detect-rawbytes.o detect-reference.o detect-replace.o detect-rev.o detect-rpc.o detect-sameip.o detect-seq.o detect-sid.o detect-ssh-proto-version.o detect-ssh-software-version.o detect-ssl-state.o detect-ssl-version.o detect-stream_size.o detect-tag.o detect-threshold.o detect-tls.o detect-tls-version.o detect-tos.o detect-ttl.o detect-uricontent.o detect-urilen.o detect-window.o detect-within.o flow-bit.o flow.o flow-hash.o flow-manager.o flow-queue.o flow-storage.o flow-timeout.o flow-util.o flow-var.o host.o host-queue.o host-storage.o host-timeout.o log-dnslog.o log-droplog.o log-file.o log-filestore.o log-httplog.o log-pcap.o log-tlslog.o output.o output-file.o output-filedata.o output-json-alert.o output-json-dns.o output-json-drop.o output-json-file.o output-json-http.o output-json-ssh.o output-json-tls.o output-packet.o output-tx.o output-json.o packet-queue.o pkt-var.o reputation.o respond-reject.o respond-reject-libnet11.o runmode-af-packet.o runmode-erf-dag.o runmode-erf-file.o runmode-ipfw.o runmode-napatech.o runmode-nfq.o runmode-nflog.o runmode-pcap.o runmode-pcap-file.o runmode-pfring.o runmode-unittests.o runmode-unix-socket.o runmode-tile.o runmodes.o source-af-packet.o source-erf-dag.o source-erf-file.o source-ipfw.o source-mpipe.o source-napatech.o source-nfq.o source-nflog.o source-pcap.o source-pcap-file.o source-pfring.o stream.o stream-tcp.o stream-tcp-inline.o stream-tcp-reassemble.o stream-tcp-sack.o stream-tcp-util.o suricata.o threads.o tm-modules.o tmqh-flow.o tmqh-nfq.o tmqh-packetpool.o tmqh-ringbuffer.o tmqh-simple.o tm-queuehandlers.o tm-queues.o tm-threads.o unix-manager.o util-action.o util-atomic.o util-bloomfilter-counting.o util-bloomfilter.o util-buffer.o util-byte.o util-checksum.o util-cidr.o util-classification-config.o util-conf.o util-coredump-config.o util-cpu.o util-crypt.o util-cuda.o util-cuda-buffer.o util-cuda-handlers.o util-cuda-vars.o util-daemon.o util-debug.o util-debug-filters.o util-decode-asn1.o util-decode-der.o util-decode-der-get.o util-device.o util-enum.o util-error.o util-file.o util-fix_checksum.o util-fmemopen.o util-hash.o util-hashlist.o util-hash-lookup3.o util-host-os-info.o util-host-info.o util-ioctl.o util-ip.o util-logopenfile.o util-logopenfile-tile.o util-magic.o util-memcmp.o util-memrchr.o util-misc.o util-mpm-ac-bs.o util-mpm-ac.o util-mpm-ac-gfbs.o util-mpm-ac-tile.o util-mpm-ac-tile-small.o util-mpm-b2gc.o util-mpm-b2g.o util-mpm-b2gm.o util-mpm-b3g.o util-mpm.o util-mpm-wumanber.o util-path.o util-pidfile.o util-pool.o util-pool-thread.o util-print.o util-privs.o util-profiling.o util-profiling-locks.o util-profiling-rules.o util-profiling-keywords.o util-proto-name.o util-radix-tree.o util-random.o util-reference-config.o util-ringbuffer.o util-rohash.o util-rule-vars.o util-runmodes.o util-running-modes.o util-signal.o util-spm-bm.o util-spm-bs2bm.o util-spm-bs.o util-spm.o util-storage.o util-strlcatu.o util-strlcpyu.o util-syslog.o util-threshold-config.o util-time.o util-unittest.o util-unittest-helper.o util-affinity.o util-var.o util-var-name.o win32-misc.o win32-service.o ../libhtp/htp/libhtp.la -lmagic -lpcap -lnet -lpthread -lyaml -lpcre
libtool: link: clang -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -Wextra -Werror-implicit-function-declaration -Wall -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -o .libs/suricata alert-debuglog.o alert-fastlog.o alert-pcapinfo.o alert-prelude.o alert-syslog.o alert-unified2-alert.o app-layer.o app-layer-dcerpc.o app-layer-dcerpc-udp.o app-layer-detect-proto.o app-layer-dns-common.o app-layer-dns-tcp.o app-layer-dns-udp.o app-layer-events.o app-layer-ftp.o app-layer-htp-body.o app-layer-htp.o app-layer-htp-file.o app-layer-htp-libhtp.o app-layer-htp-mem.o app-layer-parser.o app-layer-protos.o app-layer-smb2.o app-layer-smb.o app-layer-smtp.o app-layer-ssh.o app-layer-ssl.o app-layer-tls-handshake.o conf.o conf-yaml-loader.o counters.o data-queue.o decode.o decode-ethernet.o decode-events.o decode-gre.o decode-icmpv4.o decode-icmpv6.o decode-ipv4.o decode-ipv6.o decode-ppp.o decode-pppoe.o decode-raw.o decode-sctp.o decode-sll.o decode-tcp.o decode-teredo.o decode-udp.o decode-vlan.o defrag-config.o defrag.o defrag-hash.o defrag-queue.o defrag-timeout.o detect-ack.o detect-app-layer-event.o detect-app-layer-protocol.o detect-asn1.o detect-byte-extract.o detect-bytejump.o detect-bytetest.o detect.o detect-simd.o detect-classtype.o detect-content.o detect-csum.o detect-dce-iface.o detect-dce-opnum.o detect-dce-stub-data.o detect-depth.o detect-detection-filter.o detect-distance.o detect-dns-query.o detect-dsize.o detect-engine-address.o detect-engine-address-ipv4.o detect-engine-address-ipv6.o detect-engine-alert.o detect-engine-analyzer.o detect-engine-apt-event.o detect-engine.o detect-engine-content-inspection.o detect-engine-dcepayload.o detect-engine-dns.o detect-engine-event.o detect-engine-file.o detect-engine-hcbd.o detect-engine-hcd.o detect-engine-hhd.o detect-engine-hhhd.o detect-engine-hmd.o detect-engine-hrhd.o detect-engine-hrhhd.o detect-engine-hrud.o detect-engine-hsbd.o detect-engine-hscd.o detect-engine-hsmd.o detect-engine-hua.o detect-engine-iponly.o detect-engine-mpm.o detect-engine-payload.o detect-engine-port.o detect-engine-proto.o detect-engine-siggroup.o detect-engine-sigorder.o detect-engine-state.o detect-engine-tag.o detect-engine-threshold.o detect-engine-uri.o detect-fast-pattern.o detect-file-data.o detect-fileext.o detect-filemagic.o detect-filemd5.o detect-filename.o detect-filesize.o detect-filestore.o detect-flags.o detect-flowbits.o detect-flow.o detect-flowint.o detect-flowvar.o detect-fragbits.o detect-fragoffset.o detect-ftpbounce.o detect-geoip.o detect-gid.o detect-http-client-body.o detect-http-cookie.o detect-http-header.o detect-http-hh.o detect-http-hrh.o detect-http-method.o detect-http-raw-header.o detect-http-raw-uri.o detect-http-server-body.o detect-http-stat-code.o detect-http-stat-msg.o detect-http-ua.o detect-http-uri.o detect-icmp-id.o detect-icmp-seq.o detect-icode.o detect-id.o detect-ipopts.o detect-ipproto.o detect-iprep.o detect-isdataat.o detect-itype.o detect-l3proto.o detect-luajit.o detect-luajit-extensions.o detect-mark.o detect-metadata.o detect-msg.o detect-noalert.o detect-nocase.o detect-offset.o detect-parse.o detect-pcre.o detect-pkt-data.o detect-pktvar.o detect-priority.o detect-rawbytes.o detect-reference.o detect-replace.o detect-rev.o detect-rpc.o detect-sameip.o detect-seq.o detect-sid.o detect-ssh-proto-version.o detect-ssh-software-version.o detect-ssl-state.o detect-ssl-version.o detect-stream_size.o detect-tag.o detect-threshold.o detect-tls.o detect-tls-version.o detect-tos.o detect-ttl.o detect-uricontent.o detect-urilen.o detect-window.o detect-within.o flow-bit.o flow.o flow-hash.o flow-manager.o flow-queue.o flow-storage.o flow-timeout.o flow-util.o flow-var.o host.o host-queue.o host-storage.o host-timeout.o log-dnslog.o log-droplog.o log-file.o log-filestore.o log-httplog.o log-pcap.o log-tlslog.o output.o output-file.o output-filedata.o output-json-alert.o output-json-dns.o output-json-drop.o output-json-file.o output-json-http.o output-json-ssh.o output-json-tls.o output-packet.o output-tx.o output-json.o packet-queue.o pkt-var.o reputation.o respond-reject.o respond-reject-libnet11.o runmode-af-packet.o runmode-erf-dag.o runmode-erf-file.o runmode-ipfw.o runmode-napatech.o runmode-nfq.o runmode-nflog.o runmode-pcap.o runmode-pcap-file.o runmode-pfring.o runmode-unittests.o runmode-unix-socket.o runmode-tile.o runmodes.o source-af-packet.o source-erf-dag.o source-erf-file.o source-ipfw.o source-mpipe.o source-napatech.o source-nfq.o source-nflog.o source-pcap.o source-pcap-file.o source-pfring.o stream.o stream-tcp.o stream-tcp-inline.o stream-tcp-reassemble.o stream-tcp-sack.o stream-tcp-util.o suricata.o threads.o tm-modules.o tmqh-flow.o tmqh-nfq.o tmqh-packetpool.o tmqh-ringbuffer.o tmqh-simple.o tm-queuehandlers.o tm-queues.o tm-threads.o unix-manager.o util-action.o util-atomic.o util-bloomfilter-counting.o util-bloomfilter.o util-buffer.o util-byte.o util-checksum.o util-cidr.o util-classification-config.o util-conf.o util-coredump-config.o util-cpu.o util-crypt.o util-cuda.o util-cuda-buffer.o util-cuda-handlers.o util-cuda-vars.o util-daemon.o util-debug.o util-debug-filters.o util-decode-asn1.o util-decode-der.o util-decode-der-get.o util-device.o util-enum.o util-error.o util-file.o util-fix_checksum.o util-fmemopen.o util-hash.o util-hashlist.o util-hash-lookup3.o util-host-os-info.o util-host-info.o util-ioctl.o util-ip.o util-logopenfile.o util-logopenfile-tile.o util-magic.o util-memcmp.o util-memrchr.o util-misc.o util-mpm-ac-bs.o util-mpm-ac.o util-mpm-ac-gfbs.o util-mpm-ac-tile.o util-mpm-ac-tile-small.o util-mpm-b2gc.o util-mpm-b2g.o util-mpm-b2gm.o util-mpm-b3g.o util-mpm.o util-mpm-wumanber.o util-path.o util-pidfile.o util-pool.o util-pool-thread.o util-print.o util-privs.o util-profiling.o util-profiling-locks.o util-profiling-rules.o util-profiling-keywords.o util-proto-name.o util-radix-tree.o util-random.o util-reference-config.o util-ringbuffer.o util-rohash.o util-rule-vars.o util-runmodes.o util-running-modes.o util-signal.o util-spm-bm.o util-spm-bs2bm.o util-spm-bs.o util-spm.o util-storage.o util-strlcatu.o util-strlcpyu.o util-syslog.o util-threshold-config.o util-time.o util-unittest.o util-unittest-helper.o util-affinity.o util-var.o util-var-name.o win32-misc.o win32-service.o -L/opt/local/lib -L/usr/local/opt/libmagic/lib ../libhtp/htp/.libs/libhtp.dylib -lz -lmagic -lpcap -lnet -lpthread -lyaml -lpcre
make[3]: Nothing to be done for `install-data-am'.
.././install-sh -c -d '/usr/local/Cellar/suricata/2.0.8/bin'
/bin/sh ../libtool --mode=install /usr/bin/install -c suricata '/usr/local/Cellar/suricata/2.0.8/bin'
libtool: install: /usr/bin/install -c .libs/suricata /usr/local/Cellar/suricata/2.0.8/bin/suricata
Making install in qa
Making install in coccinelle
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in rules
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in doc
make[2]: Nothing to be done for `install-exec-am'.
.././install-sh -c -d '/usr/local/Cellar/suricata/2.0.8/share/doc/suricata'
/usr/bin/install -c -m 644 AUTHORS GITGUIDE INSTALL NEWS README TODO INSTALL.PF_RING INSTALL.WINDOWS Basic_Setup.txt CentOS5.txt CentOS_56_Installation.txt Debian_Installation.txt Fedora_Core.txt FreeBSD_8.txt HTP_library_installation.txt Installation_from_GIT_with_PF_RING_on_Ubuntu_server_1104.txt Installation_with_CUDA_on_Ubuntu_server_1104.txt Installation_with_CUDA_and_PFRING_on_Scientific_Linux_6.txt Installation_with_PF_RING.txt Installation_with_CUDA_and_PF_RING_on_Ubuntu_server_1104.txt Installation_from_GIT_with_PCRE-JIT.txt Installation_with_CUDA_on_Scientific_Linux_6.txt Mac_OS_X_106x.txt OpenBSD_Installation_from_GIT.txt Setting_up_IPSinline_for_Linux.txt Third_Party_Installation_Guides.txt Ubuntu_Installation.txt Ubuntu_Installation_from_GIT.txt Windows.txt '/usr/local/Cellar/suricata/2.0.8/share/doc/suricata'
Making install in contrib
Making install in file_processor
Making install in Action
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in Processor
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in tile_pcie_logd
make[3]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in scripts
Making install in suricatasc
mkdir -p ../../scripts/suricatasc/src
./setup.py build;
running build
running build_py
creating build
creating build/lib
creating build/lib/suricatasc
copying src/__init__.py -> build/lib/suricatasc
copying src/suricatasc.py -> build/lib/suricatasc
running build_scripts
creating build/scripts-2.7
copying and adjusting suricatasc -> build/scripts-2.7
changing mode of build/scripts-2.7/suricatasc from 644 to 755
./setup.py install --prefix /usr/local/Cellar/suricata/2.0.8
make[3]: Nothing to be done for `install-data-am'.
running install
running build
running build_py
running build_scripts
running install_lib
creating /usr/local/Cellar/suricata/2.0.8/lib/python2.7
creating /usr/local/Cellar/suricata/2.0.8/lib/python2.7/site-packages
creating /usr/local/Cellar/suricata/2.0.8/lib/python2.7/site-packages/suricatasc
copying build/lib/suricatasc/__init__.py -> /usr/local/Cellar/suricata/2.0.8/lib/python2.7/site-packages/suricatasc
copying build/lib/suricatasc/suricatasc.py -> /usr/local/Cellar/suricata/2.0.8/lib/python2.7/site-packages/suricatasc
byte-compiling /usr/local/Cellar/suricata/2.0.8/lib/python2.7/site-packages/suricatasc/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/suricata/2.0.8/lib/python2.7/site-packages/suricatasc/suricatasc.py to suricatasc.pyc
running install_scripts
copying build/scripts-2.7/suricatasc -> /usr/local/Cellar/suricata/2.0.8/bin
changing mode of /usr/local/Cellar/suricata/2.0.8/bin/suricatasc to 755
running install_egg_info
Writing /usr/local/Cellar/suricata/2.0.8/lib/python2.7/site-packages/suricatasc-0.9-py2.7.egg-info
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[2]: Nothing to be done for `install-exec-am'.
Run 'make install-conf' if you want to install initial configuration files. Or 'make install-full' to install configuration and rules
==> Formula
Path: /usr/local/Library/Formula/suricata.rb
==> Configuration
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: 7b53d947a03d87729ef87a630d2d40bd154a6380
Last commit: 2 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit ivybridge
OS X: 10.10.3-x86_64
Xcode: 6.3.1
CLT: 6.3.1.0.1.1429149539
Clang: 6.1 build 602
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby
Java: 1.8.0_40
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/libyaml/lib/pkgconfig:/usr/local/opt/pcre/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/local/opt/libnet/bin:/usr/local/opt/pcre/bin:/usr/bin:/bin:/usr/sbin:/sbin

Error: suricata 2.0.8 did not build
Logs:
/Users/brew/Jenkins/prs/version/yosemite/logs/suricata/01.python
/Users/brew/Jenkins/prs/version/yosemite/logs/suricata/02.python
/Users/brew/Jenkins/prs/version/yosemite/logs/suricata/02.python.cc
/Users/brew/Jenkins/prs/version/yosemite/logs/suricata/03.configure
/Users/brew/Jenkins/prs/version/yosemite/logs/suricata/03.configure.cc
/Users/brew/Jenkins/prs/version/yosemite/logs/suricata/04.make
/Users/brew/Jenkins/prs/version/yosemite/logs/suricata/04.make.cc
/Users/brew/Jenkins/prs/version/yosemite/logs/suricata/config.log

These open issues may also help:
Update suricata to 2.0.8 (https://github.com/Homebrew/homebrew/pull/39680)

    (1-1/1)