[Lunar-commits] <moonbase> libpcap: moved if in BUILD to CONFIGURE
Paul Bredbury
brebs at lunar-linux.org
Wed Feb 2 07:44:34 CET 2011
commit 927aacb550d05cb5870aaa9cd30ad4016b85decd
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date: Wed Feb 2 13:44:34 2011 +0700
libpcap: moved if in BUILD to CONFIGURE
---
net/libpcap/BUILD | 9 ---------
net/libpcap/CONFIGURE | 2 +-
2 files changed, 1 insertions(+), 10 deletions(-)
diff --git a/net/libpcap/BUILD b/net/libpcap/BUILD
deleted file mode 100644
index 6869c70..0000000
--- a/net/libpcap/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-(
-
- if [[ "$IPV6" == "y" ]]; then
- OPTS+=" --enable-ipv6"
- fi
-
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/net/libpcap/CONFIGURE b/net/libpcap/CONFIGURE
index ebec09c..0cba181 100644
--- a/net/libpcap/CONFIGURE
+++ b/net/libpcap/CONFIGURE
@@ -1 +1 @@
-mquery IPV6 "Enable IPv6 support?" y
+mquery IPV6 "Enable IPv6 support?" y "--enable-ipv6" "--disable-ipv6"
More information about the Lunar-commits
mailing list