projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
default to gcc 3.4.4 for brcm-2.4 because of weird kernel problems
[openwrt.git]
/
package
/
cyrus-sasl
/
Config.in
diff --git
a/package/cyrus-sasl/Config.in
b/package/cyrus-sasl/Config.in
index
25f49fd
..
599a87c
100644
(file)
--- a/
package/cyrus-sasl/Config.in
+++ b/
package/cyrus-sasl/Config.in
@@
-1,12
+1,15
@@
+config BR2_COMPILE_CYRUS_SASL
+ tristate
+ default n
+ depends BR2_PACKAGE_LIBSASL2
+
config BR2_PACKAGE_LIBSASL2
config BR2_PACKAGE_LIBSASL2
- tristate "libsasl2 - General purpose authentication library"
+ prompt "libsasl2.......................... General purpose authentication library"
+ tristate
default m if CONFIG_DEVEL
default m if CONFIG_DEVEL
+ select BR2_COMPILE_CYRUS_SASL
help
A general purpose authentication library.
http://asg.web.cmu.edu/sasl/
help
A general purpose authentication library.
http://asg.web.cmu.edu/sasl/
-
-config BR2_PACKAGE_CYRUS_SASL
- tristate
- default BR2_PACKAGE_LIBSASL2
This page took
0.023558 seconds
and
4
git commands to generate.