From: Vanya Sergeev <vsergeev@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] ngrep: removed redundant --enable-ipv6
Date: Fri, 27 Apr 2012 16:13:45 -0400 [thread overview]
Message-ID: <1335557625-19895-1-git-send-email-vsergeev@gmail.com> (raw)
Option --enable-ipv6 now handled globally in autotargets configure.
Signed-off-by: Vanya Sergeev <vsergeev@gmail.com>
---
package/ngrep/ngrep.mk | 4 ----
1 file changed, 4 deletions(-)
diff --git a/package/ngrep/ngrep.mk b/package/ngrep/ngrep.mk
index e9c640a..daf7c6f 100644
--- a/package/ngrep/ngrep.mk
+++ b/package/ngrep/ngrep.mk
@@ -15,10 +15,6 @@ NGREP_CONF_OPT = \
--with-pcre=$(STAGING_DIR)/usr \
--disable-dropprivs
-ifeq ($(BR2_INET_IPV6),y)
-NGREP_CONF_OPT += --enable-ipv6
-endif
-
NGREP_DEPENDENCIES = libpcap pcre
$(eval $(call AUTOTARGETS))
--
1.7.10
next reply other threads:[~2012-04-27 20:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-27 20:13 Vanya Sergeev [this message]
2012-04-29 9:03 ` [Buildroot] [PATCH] ngrep: removed redundant --enable-ipv6 Peter Korsgaard
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=1335557625-19895-1-git-send-email-vsergeev@gmail.com \
--to=vsergeev@gmail.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