Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/llvm: add dependency on shared libraries
@ 2018-04-06  9:39 Valentin Korenblit
  2018-04-06 11:22 ` Romain Naour
  2018-04-06 14:41 ` Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Valentin Korenblit @ 2018-04-06  9:39 UTC (permalink / raw)
  To: buildroot

llvm generates libLLVM.so, so it won't work if BR2_STATIC_LIBS is set

Signed-off-by: Valentin Korenblit <valentin.korenblit@smile.fr>
---
 package/llvm/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/llvm/Config.in b/package/llvm/Config.in
index 70f73f4858..d507acbef1 100644
--- a/package/llvm/Config.in
+++ b/package/llvm/Config.in
@@ -18,6 +18,7 @@ config BR2_PACKAGE_LLVM
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	depends on BR2_INSTALL_LIBSTDCPP
+	depends on !BR2_STATIC_LIBS
 	help
 	  The LLVM Project is a collection of modular and reusable
 	  compiler and toolchain technologies.
-- 
2.14.3

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

end of thread, other threads:[~2018-04-06 20:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-06  9:39 [Buildroot] [PATCH] package/llvm: add dependency on shared libraries Valentin Korenblit
2018-04-06 11:22 ` Romain Naour
2018-04-06 14:41 ` Thomas Petazzoni
2018-04-06 15:03   ` Valentin Korenblit
2018-04-06 20:21     ` Thomas Petazzoni

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