Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] tstools: requires dynamic library support
@ 2016-08-21 17:18 Baruch Siach
  2016-08-21 20:22 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2016-08-21 17:18 UTC (permalink / raw)
  To: buildroot

tstools Makefile tries to build shared libtstools.so library unconditionally.

Fixes:
http://autobuild.buildroot.net/results/208/20830bccab8508aab215c5fc8010e180cc68af51/
http://autobuild.buildroot.net/results/988/9882f93e11dbaba8c6973bedc9d00dbb238a4c06/
http://autobuild.buildroot.net/results/11c/11c802bcfab70a0a2593079657529c763fd82aa1/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/tstools/Config.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/tstools/Config.in b/package/tstools/Config.in
index f5dd138c4d12..ca5f8fc2ca3d 100644
--- a/package/tstools/Config.in
+++ b/package/tstools/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_TSTOOLS
 	bool "tstools"
 	depends on BR2_USE_MMU # fork()
+	depends on !BR2_STATIC_LIBS
 	help
 	  This is a set of cross-platform command line tools for working with
 	  MPEG data.
@@ -14,3 +15,7 @@ config BR2_PACKAGE_TSTOOLS
 	  data on DVDs.
 
 	  https://github.com/kynesim/tstools/
+
+comment "tstools needs a toolchain w/ dynamic library"
+	depends on BR2_USE_MMU
+	depends on BR2_STATIC_LIBS
-- 
2.8.1

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

end of thread, other threads:[~2016-08-21 20:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-21 17:18 [Buildroot] [PATCH] tstools: requires dynamic library support Baruch Siach
2016-08-21 20:22 ` Thomas Petazzoni

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