From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] netsniff-ng:Prevent finding host installed nacl
Date: Tue, 1 Dec 2015 21:46:32 +0100 [thread overview]
Message-ID: <565E0728.50300@mind.be> (raw)
In-Reply-To: <1448893710-21961-1-git-send-email-joris.lijssens@gmail.com>
On 30-11-15 15:28, Joris Lijssens wrote:
> Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Regards,
Arnout
> ---
> package/netsniff-ng/netsniff-ng.mk | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/package/netsniff-ng/netsniff-ng.mk b/package/netsniff-ng/netsniff-ng.mk
> index 4fed88c..40eecab 100644
> --- a/package/netsniff-ng/netsniff-ng.mk
> +++ b/package/netsniff-ng/netsniff-ng.mk
> @@ -8,6 +8,10 @@ NETSNIFF_NG_VERSION = v0.5.9
> NETSNIFF_NG_SITE = $(call github,netsniff-ng,netsniff-ng,$(NETSNIFF_NG_VERSION))
> NETSNIFF_NG_LICENSE = GPLv2
> NETSNIFF_NG_LICENSE_FILES = README COPYING
> +# Prevent netsniff-ng configure script from finding a host installed nacl
> +NETSNIFF_NG_CONF_ENV = \
> + NACL_INC_DIR=/dev/null \
> + NACL_LIB_DIR=/dev/null
> NETSNIFF_NG_DEPENDENCIES = \
> libnl libpcap libcli libnetfilter_conntrack \
> liburcu libnet
> @@ -15,6 +19,7 @@ NETSNIFF_NG_DEPENDENCIES = \
> # hand-written configure script and makefile
> define NETSNIFF_NG_CONFIGURE_CMDS
> (cd $(@D); \
> + $(NETSNIFF_NG_CONF_ENV) \
> $(TARGET_CONFIGURE_ARGS) \
> $(TARGET_CONFIGURE_OPTS) \
> ./configure \
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
next prev parent reply other threads:[~2015-12-01 20:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-30 14:28 [Buildroot] [PATCH 1/1] netsniff-ng:Prevent finding host installed nacl Joris Lijssens
2015-12-01 20:46 ` Arnout Vandecappelle [this message]
2015-12-17 11:57 ` Thomas Petazzoni
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=565E0728.50300@mind.be \
--to=arnout@mind.be \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.