From patchwork Sat Oct 5 09:07:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 280760 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 7F9C82C00BD for ; Sat, 5 Oct 2013 19:07:21 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1C1E893AF4; Sat, 5 Oct 2013 09:07:20 +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 SlzUWXNftxGS; Sat, 5 Oct 2013 09:07:18 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 8777C9329A; Sat, 5 Oct 2013 09:07:18 +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 1F08B1C28CB for ; Sat, 5 Oct 2013 09:07:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1BAAD8B7AC for ; Sat, 5 Oct 2013 09:07:17 +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 4ioug9REokQp for ; Sat, 5 Oct 2013 09:07:14 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3DD14805FB for ; Sat, 5 Oct 2013 09:07:14 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id kl14so5138841pab.25 for ; Sat, 05 Oct 2013 02:07:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:content-type :mime-version:content-transfer-encoding; bh=FWHpXCSdgPIAEhxfz8ER/jKcO/Q6xvky2arPt/78Ll0=; b=ai6OD6NE3clioa9Z6nNFxf9fc1XwXuZFh6t5vCGTf+IkKJzxaOzf+nhdNMvK2tc0VA RGOl0zETPi77THvoRDFNx7N/pvLuKWvVnXqWKLG/3gcUbiBV8XWv6SX1uAcUXahtWtRW 2Rb11kmxkGzX/CyoO/aFDUMXo/ZVwLKWnsKSsO1iM2i67irGmCIRJryC2nT3qBX0Ad0x D2w3aPMPamxr0hMFT3QhsrciuW5lgt+CtPSXdLLfOxPpHm72MuuvMJQ1KvNFB/S6uRWt QgtDxHMOXyuHaxg/2DWNWTLcRLKCrFxt+Moj8/UZ3WHydxW8m0NrfyulwBlUzxZJK01+ 8jcA== X-Gm-Message-State: ALoCoQkco6mqmDoam2zujIK7Z4Rf9cyXOFEns81TxlLFhenWtmXcATJjZXDJ7OPpqKqTk/yx2iTs X-Received: by 10.66.161.138 with SMTP id xs10mr20485459pab.56.1380964033766; Sat, 05 Oct 2013 02:07:13 -0700 (PDT) Received: from [192.168.0.102] (218-164-129-85.dynamic.hinet.net. [218.164.129.85]) by mx.google.com with ESMTPSA id tx5sm19837591pbc.29.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 05 Oct 2013 02:07:13 -0700 (PDT) Message-ID: <1380964029.3121.0.camel@phoenix> From: Axel Lin To: Peter Korsgaard Date: Sat, 05 Oct 2013 17:07:09 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: buildroot@busybox.net Subject: [Buildroot] [PATCH] ndisc6: needs mmu 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Fix below build error if !BR2_USE_MMU: tcpspray.o: In function `tcpspray': tcpspray.c:(.text+0x4a8): undefined reference to `fork' collect2: ld returned 1 exit status make[3]: *** [tcpspray] Error 1 Signed-off-by: Axel Lin --- package/ndisc6/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/ndisc6/Config.in b/package/ndisc6/Config.in index 6abe4ce..095b2e8 100644 --- a/package/ndisc6/Config.in +++ b/package/ndisc6/Config.in @@ -4,6 +4,7 @@ comment "ndisc6 requires a toolchain with IPv6 support" config BR2_PACKAGE_NDISC6 bool "ndisc6 tools" depends on BR2_INET_IPV6 + depends on BR2_USE_MMU # fork() select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE help NDisc6 is a small collection of useful tools for IPv6 networking