Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] toolchain: mark mklibs as broken
@ 2011-05-02 19:08 Gustavo Zacarias
  2011-05-02 19:08 ` [Buildroot] [PATCH 2/3] libxml2: fixup configure options Gustavo Zacarias
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Gustavo Zacarias @ 2011-05-02 19:08 UTC (permalink / raw)
  To: buildroot

mklibs is a broken option, so mark it as so pending a proper fixup or
punting it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 toolchain/mklibs/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/toolchain/mklibs/Config.in b/toolchain/mklibs/Config.in
index 2298a3e..c065866 100644
--- a/toolchain/mklibs/Config.in
+++ b/toolchain/mklibs/Config.in
@@ -1,5 +1,6 @@
 config BR2_MKLIBS
 	bool "Run mklibs on the built root filesystem"
+	depends on BROKEN
 	help
 	  Recompiles all the shared libraries to only include the
 	  symbols actually needed to run the binaries on the target
-- 
1.7.3.4

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

end of thread, other threads:[~2011-05-02 19:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-02 19:08 [Buildroot] [PATCH 1/3] toolchain: mark mklibs as broken Gustavo Zacarias
2011-05-02 19:08 ` [Buildroot] [PATCH 2/3] libxml2: fixup configure options Gustavo Zacarias
2011-05-02 19:40   ` Peter Korsgaard
2011-05-02 19:08 ` [Buildroot] [PATCH 3/3] libxslt: " Gustavo Zacarias
2011-05-02 19:41   ` Peter Korsgaard
2011-05-02 19:40 ` [Buildroot] [PATCH 1/3] toolchain: mark mklibs as broken Peter Korsgaard

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