From patchwork Sat Feb 22 20:49:00 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Barnett X-Patchwork-Id: 323239 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 61C3D2C022C for ; Sun, 23 Feb 2014 07:49:14 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 86F6C93BF4; Sat, 22 Feb 2014 20:49:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HiZ7HQ1yuMkZ; Sat, 22 Feb 2014 20:49:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 1228493762; Sat, 22 Feb 2014 20:49:13 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A32011CE9CA for ; Sat, 22 Feb 2014 20:49:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9C2D08ADB9 for ; Sat, 22 Feb 2014 20:49:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 51e6+u0aC2rj for ; Sat, 22 Feb 2014 20:49:12 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by whitealder.osuosl.org (Postfix) with ESMTPS id BCCCE84575 for ; Sat, 22 Feb 2014 20:49:11 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id cc10so1860348wib.5 for ; Sat, 22 Feb 2014 12:49:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=OGTC+LJAiE7br7Y+UtR38RdAhwZicVESitGk15/+60U=; b=t1iJOvXBT9zwIVRGSr7fSs13nAnGx/90lPygsJaPSt4Kn0mUI07+7jJEZ4aoPQ/gwO /KxyxTEuBTpgeFxUaCiAfoQlr4DAH7L61UuTRHfj7sjgoVPXpk133rJAc0GVAFu278BN qso81waApNxLEfPCl9CFidJ1XLP0tvOWezYd5KdZIT9tfe6eYq00oyEcMX6cua7sEJ9W UChixvDdFE5PQ5sCiHJrW+gZDelpMe8+MMX+sT3BWdXWSMJCTr85mptpQa9vQSOr5VJm Ejd4VRm9f+mDNnQpm6q7dh5XR+RqESzCELllj14uOEH4IiLx5kyOdEnTwQekTe3J1wCx 5zFg== X-Received: by 10.180.164.174 with SMTP id yr14mr8072801wib.18.1393102150085; Sat, 22 Feb 2014 12:49:10 -0800 (PST) Received: from localhost.localdomain (AToulouse-651-1-91-62.w90-16.abo.wanadoo.fr. [90.16.210.62]) by mx.google.com with ESMTPSA id bm8sm27547139wjc.12.2014.02.22.12.49.09 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 22 Feb 2014 12:49:09 -0800 (PST) From: Ryan Barnett To: buildroot@busybox.net Date: Sat, 22 Feb 2014 21:49:00 +0100 Message-Id: <1393102140-5880-1-git-send-email-rjbarnet@rockwellcollins.com> X-Mailer: git-send-email 1.8.3.2 Subject: [Buildroot] [PATCH 1/1] iputils: disable on older uclibc versions X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Disable when using a uclibc version before 0.9.33 since __dn_comp function support was added in this version. Also disabling on AVR32 since any AVR32 toolchain will be based on a uclibc version older than 0.9.33 (for using an external AVR32 toolchain). Signed-off-by: Ryan Barnett --- package/iputils/Config.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/iputils/Config.in b/package/iputils/Config.in index d4d2829..b24f34f 100644 --- a/package/iputils/Config.in +++ b/package/iputils/Config.in @@ -2,6 +2,10 @@ config BR2_PACKAGE_IPUTILS bool "iputils" select BR2_OPENSSL if BR2_INET_IPV6 depends on BR2_USE_MMU # fork() + # requires __dn_comp (only available in since uclibc 0.9.33) + depends on !BR2_avr32 + depends on !BR2_UCLIBC_VERSION_0_9_31 && \ + !BR2_UCLIBC_VERSION_0_9_32 help This package is set of small useful utilities for Linux networking. It includes complete versions of ping, traceroute, etc.