Skip to content

Format breakout format options into small bit of code #440

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 18, 2014

Conversation

jrossi
Copy link
Member

@jrossi jrossi commented Nov 16, 2014

This pulls the eventlist -> json out of zeromq and makes it available for general usage.

@@ -34,6 +34,9 @@ DEFINES+=-DREMUSER=\"${OSSEC_USER_REM}\"
DEFINES+=-DGROUPGLOBAL=\"${OSSEC_GROUP}\"
DEFINES+=-DMAILUSER=\"${OSSEC_USER_MAIL}\"


LDFLAGS+=-lm
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this addition here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Json is always compiled in now not only when zeromq is used.

On Nov 17, 2014, at 7:42 AM, cgzones [email protected] wrote:

In src/Makefile:

@@ -34,6 +34,9 @@ DEFINES+=-DREMUSER="${OSSEC_USER_REM}"
DEFINES+=-DGROUPGLOBAL="${OSSEC_GROUP}"
DEFINES+=-DMAILUSER="${OSSEC_USER_MAIL}"

+LDFLAGS+=-lm
why this addition here?


Reply to this email directly or view it on GitHub.

ddpbsd added a commit that referenced this pull request Nov 18, 2014
Format breakout format options into small bit of code
@ddpbsd ddpbsd merged commit 63da472 into ossec:master Nov 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants