projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e50e781
)
mark mklibs as broken, fixes are in trunk but too intrusive to backport
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 15 Mar 2011 21:34:16 +0000
(21:34 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 15 Mar 2011 21:34:16 +0000
(21:34 +0000)
SVN-Revision: 26183
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index f1694c7badf1e38449bc4dbb891321d366d5d02f..bb6a8ad8416a5e7ed5716b9d9d828866e15e3d2e 100644
(file)
--- a/
Config.in
+++ b/
Config.in
@@
-275,6
+275,7
@@
menu "Global build settings"
config USE_MKLIBS
bool "Strip unnecessary functions from libraries"
+ depends BROKEN
help
Reduces libraries to only those functions that are necessary for using all
selected packages (including those selected as <M>)