From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/tcpdump
Date: Sat, 1 Sep 2007 12:42:12 -0700 (PDT) [thread overview]
Message-ID: <20070901194212.5D734A4CE8@busybox.net> (raw)
Author: aldot
Date: 2007-09-01 12:42:11 -0700 (Sat, 01 Sep 2007)
New Revision: 19759
Log:
- add option to turn on SMB dump routines
- honour BR2_INET_IPV6
Modified:
trunk/buildroot/package/tcpdump/Config.in
trunk/buildroot/package/tcpdump/tcpdump.mk
Changeset:
Modified: trunk/buildroot/package/tcpdump/Config.in
===================================================================
--- trunk/buildroot/package/tcpdump/Config.in 2007-09-01 18:46:46 UTC (rev 19758)
+++ trunk/buildroot/package/tcpdump/Config.in 2007-09-01 19:42:11 UTC (rev 19759)
@@ -7,6 +7,13 @@
http://www.tcpdump.org/
+config BR2_PACKAGE_TCPDUMP_SMB
+ bool "smb dump support"
+ default n
+ depends on BR2_PACKAGE_TCPDUMP
+ help
+ enable possibly-buggy SMB printer
+
config BR2_PACKAGE_DHCPDUMP
bool "dhcpdump"
default n
Modified: trunk/buildroot/package/tcpdump/tcpdump.mk
===================================================================
--- trunk/buildroot/package/tcpdump/tcpdump.mk 2007-09-01 18:46:46 UTC (rev 19758)
+++ trunk/buildroot/package/tcpdump/tcpdump.mk 2007-09-01 19:42:11 UTC (rev 19759)
@@ -12,6 +12,12 @@
TCPDUMP_SOURCE:=tcpdump-$(TCPDUMP_VERSION).tar.gz
TCPDUMP_CAT:=$(ZCAT)
+ifneq ($(BR2_PACKAGE_TCPDUMP_SMB),y)
+TCPDUMP_ENABLE_SMB:=--disable-smb
+else
+TCPDUMP_ENABLE_SMB:=--enable-smb
+endif
+
$(DL_DIR)/$(TCPDUMP_SOURCE):
$(WGET) -P $(DL_DIR) $(TCPDUMP_SITE)/$(TCPDUMP_SOURCE)
@@ -37,7 +43,8 @@
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--without-crypto \
- --disable-smb \
+ $(TCPDUMP_ENABLE_SMB) \
+ $(DISABLE_IPV6) \
)
$(SED) '/HAVE_PCAP_DEBUG/d' $(TCPDUMP_DIR)/config.h
touch $@
next reply other threads:[~2007-09-01 19:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-01 19:42 aldot at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-10-13 23:12 [Buildroot] svn commit: trunk/buildroot/package/tcpdump ulf at uclibc.org
2007-08-19 21:17 ulf at uclibc.org
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=20070901194212.5D734A4CE8@busybox.net \
--to=aldot@uclibc.org \
--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