Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] apr: add missing comment about needed dynamic library support
@ 2014-04-18 22:30 Davide Viti
  2014-04-19 17:00 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Davide Viti @ 2014-04-18 22:30 UTC (permalink / raw)
  To: buildroot

From: Davide Viti <d.viti@infosolution.it>

Signed-off-by: Davide Viti <d.viti@infosolution.it>
---
 package/apr/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/apr/Config.in b/package/apr/Config.in
index e06d254..73a4482 100644
--- a/package/apr/Config.in
+++ b/package/apr/Config.in
@@ -9,3 +9,7 @@ config BR2_PACKAGE_APR
 	  consistent interface to underlying platform-specific implementations
 
 	  http://apr.apache.org/
+
+comment "apr needs a toolchain w/ dynamic library"
+	depends on !BR2_USE_MMU
+	depends on BR2_PREFER_STATIC_LIB
-- 
1.9.1

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

end of thread, other threads:[~2014-04-19 17:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-18 22:30 [Buildroot] [PATCH 1/1] apr: add missing comment about needed dynamic library support Davide Viti
2014-04-19 17:00 ` Thomas Petazzoni

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