mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] iputils: fix select statements
@ 2014-02-06 10:16 Alexander Aring
  0 siblings, 0 replies; only message in thread
From: Alexander Aring @ 2014-02-06 10:16 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Aring

Iputils builds always all tools with the default env's in Makefile.
We can't disable or enable this during compile time. So we need always
these dependencies.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
---
oops, sry about that!

 rules/iputils.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/rules/iputils.in b/rules/iputils.in
index ff8e2b3..855b918 100644
--- a/rules/iputils.in
+++ b/rules/iputils.in
@@ -3,10 +3,10 @@
 menuconfig IPUTILS
 	tristate
 	prompt "iputils                       "
-	select LIBC_RESOLV	if IPUTILS_PING6
-	select LIBCAP		if IPUTILS_ARPING || IPUTILS_PING || IPUTILS_PING6 || IPUTILS_TRACEROUTE6
-	select GNUTLS		if IPUTILS_PING6
-	select GNUTLS_OPENSSL	if IPUTILS_PING6
+	select LIBC_RESOLV
+	select LIBCAP
+	select GNUTLS
+	select GNUTLS_OPENSSL
 	help
 	  The iputils package is set of small useful utilities for Linux
 	  networking.
-- 
1.8.5.3


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-06 10:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-06 10:16 [ptxdist] [PATCH] iputils: fix select statements Alexander Aring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox