From patchwork Wed Apr 17 00:39:27 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilles Talis X-Patchwork-Id: 237122 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 7AAEF2C014A for ; Wed, 17 Apr 2013 10:39:47 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 33B4BA0211; Wed, 17 Apr 2013 00:39:45 +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 yBL0YgfVmJxG; Wed, 17 Apr 2013 00:39:42 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 9346FA01B4; Wed, 17 Apr 2013 00:39:42 +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 24E0E8F7A5 for ; Wed, 17 Apr 2013 00:39:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 61CBD8686F for ; Wed, 17 Apr 2013 00:39:41 +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 sjeugIZxR237 for ; Wed, 17 Apr 2013 00:39:40 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) by whitealder.osuosl.org (Postfix) with ESMTPS id 688CE84C65 for ; Wed, 17 Apr 2013 00:39:40 +0000 (UTC) Received: by mail-pa0-f47.google.com with SMTP id bj3so618809pad.6 for ; Tue, 16 Apr 2013 17:39:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer; bh=34eUH6Gbqx5ChkEAp0zRZF28+1r/vdPg0MQK1BBqCLg=; b=oDov1SWSpHHDOZV9hvwZH4PFv6q0HOq7wdTqpde1YYtrQGGYX85Sz5osTkuIrVAw42 Tonh+AdrDuK29DGoWobY/fV2mNpi2mYAnm/zD62P6uxdjTtFQbrFos6YSE52rqx0OzW2 8a9ki41m7QQLGmbmBs5fCmxqF8XIA3BnCF32cKjm1vmqVyOKFf0wRWQXwxm1oqbn8riA OuJU33g0Pa0ZBfWfo32iZIVfcIUS4YEjZrrmZFXXzJcjnMPvXUW9No+tir1xnU10P977 qktosuxCu1bC+CaYO8PbN5dRMKNEXtIjTgm5e5oa/EXSCl57FGiIkLZ3ipPLYcSsbrLm qPeg== X-Received: by 10.68.32.230 with SMTP id m6mr6450607pbi.15.1366159180257; Tue, 16 Apr 2013 17:39:40 -0700 (PDT) Received: from localhost.localdomain ([72.166.5.70]) by mx.google.com with ESMTPS id to7sm4702487pab.0.2013.04.16.17.39.39 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 16 Apr 2013 17:39:39 -0700 (PDT) From: Gilles Talis To: buildroot@busybox.net Date: Tue, 16 Apr 2013 17:39:27 -0700 Message-Id: <1366159167-347-1-git-send-email-gilles.talis@gmail.com> X-Mailer: git-send-email 1.7.4.1 Subject: [Buildroot] [PATCH] ntfs-3g: needs toolchain with threads support 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.org/results/ff10a72ac5836749155396e87f0cd32cd89f94c7 Signed-off-by: Gilles Talis --- package/ntfs-3g/Config.in | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package/ntfs-3g/Config.in b/package/ntfs-3g/Config.in index be19a57..10db8a3 100644 --- a/package/ntfs-3g/Config.in +++ b/package/ntfs-3g/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_NTFS_3G bool "ntfs-3g" depends on BR2_LARGEFILE depends on BR2_USE_WCHAR + depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_USE_MMU help The NTFS-3G driver is an open source, freely available @@ -29,5 +30,5 @@ config BR2_PACKAGE_NTFS_3G_NTFSPROGS endif -comment "ntfs-3g requires a toolchain with LARGEFILE and WCHAR support" - depends on !(BR2_LARGEFILE && BR2_USE_WCHAR) +comment "ntfs-3g requires a toolchain with LARGEFILE, WCHAR and threads support" + depends on !(BR2_LARGEFILE && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)