From patchwork Wed Oct 2 05:49:36 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 279652 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id BAD422C00B8 for ; Wed, 2 Oct 2013 15:49:46 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id BE25B8AF8F; Wed, 2 Oct 2013 05:49:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sGg7mAqSpsKc; Wed, 2 Oct 2013 05:49:44 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7D4648AF74; Wed, 2 Oct 2013 05:49:44 +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 C69F11BFA0E for ; Wed, 2 Oct 2013 05:49:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C2E5E8C6F7 for ; Wed, 2 Oct 2013 05:49:42 +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 eVq8WGXaO45R for ; Wed, 2 Oct 2013 05:49:42 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pb0-f48.google.com (mail-pb0-f48.google.com [209.85.160.48]) by whitealder.osuosl.org (Postfix) with ESMTPS id 282518B04D for ; Wed, 2 Oct 2013 05:49:42 +0000 (UTC) Received: by mail-pb0-f48.google.com with SMTP id ma3so411167pbc.21 for ; Tue, 01 Oct 2013 22:49:41 -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=OEoJKuyNI+/KoT+J87OTKCd5XP1P4aY2DjnwwhWB5fA=; b=SgWghnV1/GHpghYY5ZjdZ3/lPAHuuSu1FPMs5pN/EGbkM3cgTMbi1JDP3yxlRNimm/ sq6lxuvpSKQ7WmAUIy1cBV/LcfZqP5m3H+cKoKYGL3ROsCWQkFvotg7aw0sxUO2khZQB zKavDzkhVks3BC4eP7LD6qlIDXVS0pMDqt3xWICNFyRIbcPKuhF0vgE74rq9XRR9MBL4 2rlmHipFLST5aOJex/+2g6fRBUnVulPFw/X+IIYQ4sT6uThRk4+HV6L1j65v9t/bwUK9 kA1aX+s8qYT3iMQ/XSbNGhBJzgLuvk+hSL44phyPbo4rjQ4/zmmam/KM9p7qkXLRgQ0l P9Gw== X-Gm-Message-State: ALoCoQnqa8fvIuU7t8DVzNoKz87lKg4q2OTYbuG/uwNo1trSznxHNGvCZj76KdHlN0HQ7LMYaftF X-Received: by 10.68.13.104 with SMTP id g8mr598494pbc.33.1380692981710; Tue, 01 Oct 2013 22:49:41 -0700 (PDT) Received: from [192.168.0.102] (218-164-130-177.dynamic.hinet.net. [218.164.130.177]) by mx.google.com with ESMTPSA id dk3sm10579989pbc.32.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 01 Oct 2013 22:49:41 -0700 (PDT) Message-ID: <1380692976.31880.0.camel@phoenix> From: Axel Lin To: Peter Korsgaard Date: Wed, 02 Oct 2013 13:49:36 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: buildroot@busybox.net Subject: [Buildroot] [PATCH 1/3] nfs-utils: 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: mountd-mountd.o: In function `main': mountd.c:(.text+0x1264): undefined reference to `fork' mountd.c:(.text+0x1320): undefined reference to `fork' mountd-rmtab.o: In function `ha_callout': rmtab.c:(.text+0xa8): undefined reference to `fork' collect2: ld returned 1 exit status make[3]: *** [mountd] Error 1 Signed-off-by: Axel Lin --- package/nfs-utils/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/nfs-utils/Config.in b/package/nfs-utils/Config.in index 8f61f2b..6ba2f70 100644 --- a/package/nfs-utils/Config.in +++ b/package/nfs-utils/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_NFS_UTILS depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC depends on BR2_LARGEFILE + depends on BR2_USE_MMU # fork() help The NFS Linux kernel server. Warning: We do not force largefile support on here on purpose.