From patchwork Wed May 15 21:47:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilles Talis X-Patchwork-Id: 244183 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 065A12C00E7 for ; Thu, 16 May 2013 07:49:32 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 8522A10BC08; Wed, 15 May 2013 21:49:11 +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 AhuX67D-pPlo; Wed, 15 May 2013 21:49:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 642DE10BA86; Wed, 15 May 2013 21:49:02 +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 33DAE8F76F for ; Wed, 15 May 2013 21:49:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 60E908BADF for ; Wed, 15 May 2013 21:49:19 +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 QQYP0Cb50eUO for ; Wed, 15 May 2013 21:49:13 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f42.google.com (mail-pa0-f42.google.com [209.85.220.42]) by whitealder.osuosl.org (Postfix) with ESMTPS id A76998D6A9 for ; Wed, 15 May 2013 21:47:48 +0000 (UTC) Received: by mail-pa0-f42.google.com with SMTP id bj3so1898197pad.1 for ; Wed, 15 May 2013 14:47:47 -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:in-reply-to :references; bh=mdYYffdzwbdafLpVnzQuY0T71QFNFC/L8Bdgr1OZfoM=; b=DJHhl3tcPqZhcKX7FxXIhg4cHvYpQnZduEJ+0MJQDurNBsP5mpg95kmQBS+ePyFXzK 7citurB6q59KhpBJijSSnS551kIkTgshPoiIrGEeeOeO1OR5Ng0iBc15VBeN+2ybL+g5 G+eXScfMnklhZ2vfhSCEWDnkhKKt3StTVWpDm1dvcuEIKtP23dhT9t1MAKMRrVuXn/N/ fd3nC1pKQLrExAYDq01Djyg9STyP3AsYkk6c1Oacevw3nNABpH7v6zNwVuv4LxyzFbyM +/vbydWhsIILXRaxpFOqpzWKGVxmChF4qGeYUCnrrtwfJzVL3agpNYAL/ocz1elrJt3w G+Ig== X-Received: by 10.68.19.103 with SMTP id d7mr40165898pbe.156.1368654467774; Wed, 15 May 2013 14:47:47 -0700 (PDT) Received: from localhost.localdomain ([72.166.5.70]) by mx.google.com with ESMTPSA id ih1sm4068707pbb.44.2013.05.15.14.47.46 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 15 May 2013 14:47:47 -0700 (PDT) From: Gilles Talis To: buildroot@busybox.net Date: Wed, 15 May 2013 14:47:32 -0700 Message-Id: <1368654452-16294-2-git-send-email-gilles.talis@gmail.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1368654452-16294-1-git-send-email-gilles.talis@gmail.com> References: <1368654452-16294-1-git-send-email-gilles.talis@gmail.com> Subject: [Buildroot] [PATCH 2/2] libeXosip2: disable multi-thread support for toolchains without 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 Also added license information Signed-off-by: Gilles Talis --- package/libeXosip2/libeXosip2.mk | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/package/libeXosip2/libeXosip2.mk b/package/libeXosip2/libeXosip2.mk index d72ab61..7fef1a6 100644 --- a/package/libeXosip2/libeXosip2.mk +++ b/package/libeXosip2/libeXosip2.mk @@ -7,6 +7,8 @@ LIBEXOSIP2_VERSION = 3.6.0 LIBEXOSIP2_SITE = http://download.savannah.gnu.org/releases/exosip/ LIBEXOSIP2_INSTALL_STAGING = YES +LIBEXOSIP2_LICENSE = GPLv2+ +LIBEXOSIP2_LICENSE_FILES = COPYING LIBEXOSIP2_DEPENDENCIES = host-pkgconf libosip2 @@ -17,4 +19,7 @@ else LIBEXOSIP2_CONF_OPT += --disable-openssl endif +LIBEXOSIP2_CONF_OPT += \ + --enable-mt=$(if $(BR2_TOOLCHAIN_HAS_THREADS),yes,no) + $(eval $(autotools-package))