From patchwork Wed May 15 21:47:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilles Talis X-Patchwork-Id: 244182 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 94C442C00E7 for ; Thu, 16 May 2013 07:49:22 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 4B8B010BA59; Wed, 15 May 2013 21:49:02 +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 qulv-gi7wLIL; Wed, 15 May 2013 21:49:00 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 90595100270; Wed, 15 May 2013 21:49:00 +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 9C08F8F76F for ; Wed, 15 May 2013 21:49:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BF0B28B6F9 for ; Wed, 15 May 2013 21:49:18 +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 n-r-SW8QFmW9 for ; Wed, 15 May 2013 21:49:11 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f172.google.com (mail-pd0-f172.google.com [209.85.192.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 770A28D27C for ; Wed, 15 May 2013 21:47:47 +0000 (UTC) Received: by mail-pd0-f172.google.com with SMTP id 6so1745822pdd.3 for ; Wed, 15 May 2013 14:47:46 -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=r9UIx0AIHDm1w9uaxVLdPQ4VCn/73S5jdJmuPA9Np0o=; b=IhzWwZtj4R9e4JU1NGJOJpf3lafECgPQOBny9ykfsCCg1sLbrmcJYn+oUWCHAINchI KydRIcH27iOPkc31a3g3CGzxFUCtXbR9f9yLty/6KGY0j4OG/1fq+K5rrwRRl3pXnGw5 28WK9+nB7IMjWUVU3h62yRrPDdBYPNEeIjARbF+fVHkcRb7RzC++aVF0aqpRaAjyulmA vnWzlx4BREM6HeR3u/ILTXpSAVRwGUZI6uV9kTdJO+jVhsp11AZ+B15BLW6wXqOYmqdC soWCwGQEhH5F6dPQX63LV1+DcmmNQ3XgepYc+wxhd/JY20LINIpnaJjdTSOnfws1SZNH ih7Q== X-Received: by 10.68.250.229 with SMTP id zf5mr40001265pbc.148.1368654466695; Wed, 15 May 2013 14:47:46 -0700 (PDT) Received: from localhost.localdomain ([72.166.5.70]) by mx.google.com with ESMTPSA id ih1sm4068707pbb.44.2013.05.15.14.47.45 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 15 May 2013 14:47:46 -0700 (PDT) From: Gilles Talis To: buildroot@busybox.net Date: Wed, 15 May 2013 14:47:31 -0700 Message-Id: <1368654452-16294-1-git-send-email-gilles.talis@gmail.com> X-Mailer: git-send-email 1.7.4.1 Subject: [Buildroot] [PATCH 1/2] libosip2: 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 Fixes: http://autobuild.buildroot.org/results/dcf/dcfbdc1a1ee032881ad5e2f7ca6622d90fc7cb19 Signed-off-by: Gilles Talis --- package/libosip2/libosip2.mk | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/package/libosip2/libosip2.mk b/package/libosip2/libosip2.mk index 713851b..1f4a370 100644 --- a/package/libosip2/libosip2.mk +++ b/package/libosip2/libosip2.mk @@ -7,5 +7,10 @@ LIBOSIP2_VERSION = 3.6.0 LIBOSIP2_SITE = $(BR2_GNU_MIRROR)/osip LIBOSIP2_INSTALL_STAGING = YES +LIBOSIP2_LICENSE = LGPL +LIBOSIP2_LICENSE_FILES = COPYING + +LIBOSIP2_CONF_OPT = \ + --enable-mt=$(if $(BR2_TOOLCHAIN_HAS_THREADS),yes,no) $(eval $(autotools-package))