[Lunar-commits] <moonbase-other> tcpdump: cleanup BUILD
v4hn
me at v4hn.de
Fri Jun 14 22:55:13 CEST 2013
commit 3b0cbfcd5ddabbf438e00e23346b9bf1b39f9b26
Author: v4hn <me at v4hn.de>
Date: Fri, 14 Jun 2013 13:54:54 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/3b0cbfcd5ddabbf438e00e23346b9bf1b39f9b26
tcpdump: cleanup BUILD
---
net/tcpdump/BUILD | +4/-8
1 file changed, 4 insertions(+), 8 deletions(-)
--- a/net/tcpdump/BUILD
+++ b/net/tcpdump/BUILD
@@ -1,9 +1,5 @@
-(
+if [[ "$IPV6" == "y" ]]; then
+ OPTS+=" --enable-ipv6"
+fi &&
- if [[ "$IPV6" == "y" ]]; then
- OPTS+=" --enable-ipv6"
- fi
-
- default_build
-
-) > $C_FIFO 2>&1
+default_build
More information about the Lunar-commits
mailing list