[Lunar-commits] r15387 - in moonbase/trunk/net: libpcap tcpdump
Jon South
striker at lunar-linux.org
Thu Jun 16 15:01:00 UTC 2005
Author: striker
Date: 2005-06-16 15:00:59 +0000 (Thu, 16 Jun 2005)
New Revision: 15387
Added:
moonbase/trunk/net/libpcap/BUILD
moonbase/trunk/net/libpcap/CONFIGURE
moonbase/trunk/net/tcpdump/CONFIGURE
Modified:
moonbase/trunk/net/tcpdump/BUILD
Log:
IPv6 baby.
Added: moonbase/trunk/net/libpcap/BUILD
===================================================================
--- moonbase/trunk/net/libpcap/BUILD 2005-06-16 09:11:51 UTC (rev 15386)
+++ moonbase/trunk/net/libpcap/BUILD 2005-06-16 15:00:59 UTC (rev 15387)
@@ -0,0 +1,9 @@
+(
+
+ if [[ "$IPV6" == "y" ]]; then
+ OPTS="$OPTS --enable-ipv6"
+ fi
+
+ default_build
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/net/libpcap/CONFIGURE
===================================================================
--- moonbase/trunk/net/libpcap/CONFIGURE 2005-06-16 09:11:51 UTC (rev 15386)
+++ moonbase/trunk/net/libpcap/CONFIGURE 2005-06-16 15:00:59 UTC (rev 15387)
@@ -0,0 +1 @@
+mquery IPV6 "Enable IPv6 support?" y
Modified: moonbase/trunk/net/tcpdump/BUILD
===================================================================
--- moonbase/trunk/net/tcpdump/BUILD 2005-06-16 09:11:51 UTC (rev 15386)
+++ moonbase/trunk/net/tcpdump/BUILD 2005-06-16 15:00:59 UTC (rev 15387)
@@ -1,5 +1,9 @@
(
+ if [[ "$IPV6" == "y" ]]; then
+ OPTS="$OPTS --enable-ipv6"
+ fi
+
patch_it $SOURCE_CACHE/$SOURCE2 1 &&
default_build
Added: moonbase/trunk/net/tcpdump/CONFIGURE
===================================================================
--- moonbase/trunk/net/tcpdump/CONFIGURE 2005-06-16 09:11:51 UTC (rev 15386)
+++ moonbase/trunk/net/tcpdump/CONFIGURE 2005-06-16 15:00:59 UTC (rev 15387)
@@ -0,0 +1 @@
+mquery IPV6 "Enable IPv6 support?" y
More information about the Lunar-commits
mailing list