dslinux/config config.in

stsp stsp at user.in-berlin.de
Sun Jul 2 19:04:32 CEST 2006


Update of /cvsroot/dslinux/dslinux/config
In directory antilope:/tmp/cvs-serv25201

Modified Files:
	config.in 
Log Message:
Links needs libssl. Enable libssl if links is enabled.


Index: config.in
===================================================================
RCS file: /cvsroot/dslinux/dslinux/config/config.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- config.in	2 Jul 2006 13:46:43 -0000	1.17
+++ config.in	2 Jul 2006 17:04:29 -0000	1.18
@@ -446,6 +446,9 @@
 
 bool 'l2tpd'			CONFIG_USER_L2TPD_L2TPD
 bool 'links'		CONFIG_USER_LINKS_LINKS
+if [ "$CONFIG_USER_LINKS_LINKS" = "y" ]; then
+    define_bool CONFIG_LIB_LIBSSL y
+fi
 bool 'linux-igd'        CONFIG_USER_LINUXIGD_LINUXIGD
 if [ "$CONFIG_USER_LINUXIGD_LINUXIGD" = "y" ]; then
     define_bool CONFIG_LIB_LIBUPNP y




More information about the dslinux-commit mailing list