From patchwork Fri Dec 28 10:59:01 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 208437 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 90F5F2C0080 for ; Fri, 28 Dec 2012 21:59:31 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 39BA38ACA1; Fri, 28 Dec 2012 10:59:29 +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 A8OKxXJ-6m1j; Fri, 28 Dec 2012 10:59:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 7703880AF3; Fri, 28 Dec 2012 10:59:20 +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 15ACB8F74B for ; Fri, 28 Dec 2012 10:59:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2AB108064D for ; Fri, 28 Dec 2012 10:59: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 h7hcV+M5Yf3P for ; Fri, 28 Dec 2012 10:59:16 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 10D1180AEA for ; Fri, 28 Dec 2012 10:59:15 +0000 (UTC) Received: from asgard (host204.190-231-107.telecom.net.ar [190.231.107.204]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id qBSAx9gw018336 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 28 Dec 2012 10:59:11 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1356692353; bh=bjsTtk7lF+Wv4NbFvEmGC8JYo5KGwavUNFMjhvNg7sE=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=tUQVokdTrZOwszTMlEjkYTop1ugDD+v7B0xmaB9dWPll9YxBDlk9CzMI31dosu5lI 5rzfLg72GPcVQNvHe06TUKDNFKvKNEzbF5IVCmgeMK+fzc/j6UhWnxKt7wRda3FVt+ GQtu6Fc218nZVIZA33AQQ2rccr9CcybPyiNZJHIs= Received: by asgard (sSMTP sendmail emulation); Fri, 28 Dec 2012 07:59:08 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 28 Dec 2012 07:59:01 -0300 Message-Id: <1356692341-26066-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1356692341-26066-1-git-send-email-gustavo@zacarias.com.ar> References: <1356692341-26066-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/2] vsftpd: 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Fixes http://autobuild.buildroot.net/results/067cfbab9fa26e9e5f321f661e8f4ac0e19249e1 Signed-off-by: Gustavo Zacarias --- package/vsftpd/Config.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/package/vsftpd/Config.in b/package/vsftpd/Config.in index 8414c88..3d4cff1 100644 --- a/package/vsftpd/Config.in +++ b/package/vsftpd/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_VSFTPD bool "vsftpd" + depends on BR2_TOOLCHAIN_HAS_THREADS # fork() help vsftpd is an ftp daemon written with security in mind. http://vsftpd.beasts.org/