Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] libosip2: disable multi-thread support for toolchains without threads
@ 2013-05-15 21:47 Gilles Talis
  2013-05-15 21:47 ` [Buildroot] [PATCH 2/2] libeXosip2: " Gilles Talis
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Gilles Talis @ 2013-05-15 21:47 UTC (permalink / raw)
  To: buildroot

Also added license information

Fixes:
http://autobuild.buildroot.org/results/dcf/dcfbdc1a1ee032881ad5e2f7ca6622d90fc7cb19

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 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))
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-05-16 22:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-15 21:47 [Buildroot] [PATCH 1/2] libosip2: disable multi-thread support for toolchains without threads Gilles Talis
2013-05-15 21:47 ` [Buildroot] [PATCH 2/2] libeXosip2: " Gilles Talis
2013-05-16  7:47 ` [Buildroot] [PATCH 1/2] libosip2: " Thomas Petazzoni
2013-05-16  8:20   ` Peter Korsgaard
2013-05-16 22:20     ` Gilles Talis
2013-05-16  8:26 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox