Actions
Feature #8351
openwindows: enable libmagic support
Effort:
Difficulty:
Label:
Description
There are a handful of ET/open rules that expect magic to be available. Suricata for Windows already includes the magic.mgc datafile, its just not linked against the library.
On my MSYS UCRT64 environment, I need to ./configure like the following to build the Windows package with libmagic support:
LDFLAGS="-L/usr/lib" ./configure --with-libmagic-includes=/usr/include --with-libmagic-libraries=/usr/lib
Actions