projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
statically compile b44 into the kernel on brcm-2.6
[openwrt.git]
/
openwrt
/
package
/
libtool
/
Config.in
diff --git
a/openwrt/package/libtool/Config.in
b/openwrt/package/libtool/Config.in
index
8c72116
..
4cc7213
100644
(file)
--- a/
openwrt/package/libtool/Config.in
+++ b/
openwrt/package/libtool/Config.in
@@
-1,7
+1,14
@@
+config BR2_COMPILE_LIBTOOL
+ tristate
+ depends BR2_PACKAGE_LIBLTDL
+
config BR2_PACKAGE_LIBLTDL
config BR2_PACKAGE_LIBLTDL
- tristate "libltdl (a generic dynamic object loading library)"
+ prompt "libltdl........................... A generic dynamic object loading library"
+ tristate
default m if CONFIG_DEVEL
default m if CONFIG_DEVEL
+ select BR2_COMPILE_LIBTOOL
help
A generic dynamic object loading library.
help
A generic dynamic object loading library.
-
+
http://www.gnu.org/software/libtool/
http://www.gnu.org/software/libtool/
+
This page took
0.025301 seconds
and
4
git commands to generate.