buildroot.buildroot.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] add syslog-ng 3.0.9, including required eventlog lib
Date: Fri, 24 Dec 2010 08:21:10 +0100	[thread overview]
Message-ID: <20101224082110.419580d3@surf> (raw)
In-Reply-To: <73a045889e438229d8d9dd10da05a8585acb46d6.1293153206.git.smiley73@users.sourceforge.net>

Hello,

On Thu, 23 Dec 2010 19:26:22 -0600
heiko at zuerker.org wrote:

> From: Heiko Zuerker <smiley73@users.sourceforge.net>
> 
> 
> Signed-off-by: Heiko Zuerker <smiley73@users.sourceforge.net>
> ---
>  package/Config.in              |    1 +
>  package/eventlog/eventlog.mk   |   13 +++++++++++++

You'll need a Config.in file for eventlog as well.

> --- /dev/null
> +++ b/package/syslog-ng/Config.in
> @@ -0,0 +1,19 @@
> +config BR2_PACKAGE_SYSLOG_NG
> +    bool "syslog-ng"
> +    depends on BR2_PACKAGE_LIBNET

For library dependencies, we generally use "select".

> +    help
> +      The syslog-ng application supports reliable and encrypted transport 
> +      using TCP and TLS, and offers powerful message filtering, sorting, 
> +      pre-processing and log normalization capabilities. Utilizing message 
> +      parsing and classification, syslog-ng is able to correlate log messages 
> +      both real-time and offline, making it especially suited to implement the 
> +      artificial ignorance principle. This high-performance tool handles 
> +      extreme loads easily, and is extensible with various plug-ins to best 
> +      suit your requirements. 

And we generally add the main website of the package here, at the end
of the help text.

> +config BR2_PACKAGE_SYSLOG_NG_LINK_DYN
> +    bool "dynamic linking"
> +    depends on BR2_PACKAGE_SYSLOG_NG

I haven't checked what --enable-dynamic-linking does. But if it's
dynamic linking against libraries, then you don't need a separate
option for that, just use BR2_PREFER_STATIC_LIB.

Is syslog-ng a complete replacement for sysklogd ?

Regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

  reply	other threads:[~2010-12-24  7:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-24  1:26 [Buildroot] [PATCH] add libnet 1.1.5 heiko at zuerker.org
2010-12-24  1:26 ` [Buildroot] [PATCH] add syslog-ng 3.0.9, including required eventlog lib heiko at zuerker.org
2010-12-24  7:21   ` Thomas Petazzoni [this message]
2010-12-24 13:33     ` Heiko Zuerker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101224082110.419580d3@surf \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).