SpiderLabs / modsecurity-mlogc-ng

Next generation remote logging tool for ModSecurity, supporting native and JSON format.
21 stars 9 forks source link

Makefile and compiler warning fixes #3

Closed mhalden closed 7 years ago

mhalden commented 7 years ago

This fixes some warnings and an error when compiling, where functions are not declared or have the wrong declaration.

In addition it updates the makefile to respect CC, CFLAGS and LIBS from the environment by adding to them instead of overwriting them. This makes it easier for us to create a FreeBSD port for mlogc-ng.

zimmerle commented 7 years ago

Hi @mhalden,

Thanks for the pull request ;) it is now merged.