From patchwork Mon Jul 15 19:47:39 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 259232 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 5A0DA2C0168 for ; Tue, 16 Jul 2013 05:52:36 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 85E0D9367A; Mon, 15 Jul 2013 19:51:49 +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 7lTu27MR-efK; Mon, 15 Jul 2013 19:51:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 6435E935C3; Mon, 15 Jul 2013 19:51:40 +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 DCA041BF9FB for ; Mon, 15 Jul 2013 19:48:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 19863864CB for ; Mon, 15 Jul 2013 19:48:55 +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 7QAe5gxzoxHK for ; Mon, 15 Jul 2013 19:48:54 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-oa0-f52.google.com (mail-oa0-f52.google.com [209.85.219.52]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6B63A87BF6 for ; Mon, 15 Jul 2013 19:48:54 +0000 (UTC) Received: by mail-oa0-f52.google.com with SMTP id g12so15929230oah.39 for ; Mon, 15 Jul 2013 12:48:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=az6v57SCxQWhFG8HCgycvLnqlIOVlYldPU5LuRfoFG8=; b=Ru54Sc2jDYBXpWNkXQCEcnvI0RRjaYer149UAZ1p6UH4y9S3m7o690NtTS5DLULEa/ 0N4BMOC+c9t3TznN8NZQF2WRosCKkFKkiUxeYLUA3jnjZF3DDVGDPPKnO4ThNDhSig3v zkQRTYM1uVrIoUQGm+M+ywiBZ5U+zSwY4d3m4WzLaIDnHA6pUmP968NPEYNkbo5MHb+R QcX3vsVd5zXxThSoBq/2WNnLrPEW/9r0iX6sxyeQBn58hsyxRBHsQ6AinqaqTHyNiEVK 05IX+DozMGZ5DocF/sDUbgfAccgDffzBjXoI3uaAoXak4lDF0Dm0hxzM3Sxc3859dK4z JW6Q== X-Received: by 10.60.98.73 with SMTP id eg9mr13331565oeb.70.1373917733672; Mon, 15 Jul 2013 12:48:53 -0700 (PDT) Received: from bourban.gateway.2wire.net (108-90-245-135.lightspeed.cicril.sbcglobal.net. [108.90.245.135]) by mx.google.com with ESMTPSA id rs4sm69528145obc.10.2013.07.15.12.48.52 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 12:48:53 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Mon, 15 Jul 2013 14:47:39 -0500 Message-Id: <1373917670-30006-57-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1373917670-30006-1-git-send-email-spenser@gillilanding.com> References: <1373917670-30006-1-git-send-email-spenser@gillilanding.com> X-Gm-Message-State: ALoCoQlcxvbh4ZJNPF23xrng6YELhcMtEuZGU6vH1WKdG0C/UwdnshFKDzOEvUf8AOhKQ5vPhUDC Subject: [Buildroot] [PATCH 56/67] wireshark: libglib2 requires threads 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 Signed-off-by: Spenser Gilliland --- package/wireshark/Config.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/wireshark/Config.in b/package/wireshark/Config.in index d4c8b43..bc15bd2 100644 --- a/package/wireshark/Config.in +++ b/package/wireshark/Config.in @@ -5,11 +5,12 @@ config BR2_PACKAGE_WIRESHARK select BR2_PACKAGE_LIBGLIB2 depends on BR2_USE_MMU # fork() depends on BR2_USE_WCHAR # glib2 + depends on BR2_TOOLCHAIN_HAS_THREADS # glib2 help Network traffic sniffer and protocol decoder. Currently only tshark, the console interface, is enabled. http://www.wireshark.org -comment "wireshark requires a toolchain with WCHAR support" - depends on !BR2_USE_WCHAR +comment "wireshark requires a MMU and a toolchain with WCHAR and threading support" + depends on !BR2_USE_MMU || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS