projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix space typo, add some text.
[openwrt.git]
/
openwrt
/
package
/
libtool
/
Config.in
diff --git
a/openwrt/package/libtool/Config.in
b/openwrt/package/libtool/Config.in
index
a7ab832
..
4cc7213
100644
(file)
--- a/
openwrt/package/libtool/Config.in
+++ b/
openwrt/package/libtool/Config.in
@@
-1,13
+1,14
@@
+config BR2_COMPILE_LIBTOOL
+ tristate
+ depends BR2_PACKAGE_LIBLTDL
+
config BR2_PACKAGE_LIBLTDL
config BR2_PACKAGE_LIBLTDL
- tristate "libltdl - 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.
http://www.gnu.org/software/libtool/
help
A generic dynamic object loading library.
http://www.gnu.org/software/libtool/
-
-
-config BR2_PACKAGE_LIBTOOL
- tristate
- default BR2_PACKAGE_LIBLTDL
This page took
0.02497 seconds
and
4
git commands to generate.