package/links: add --with/--without-ssl
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 20 Feb 2016 19:49:17 +0000 (20:49 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 21 Feb 2016 13:59:24 +0000 (14:59 +0100)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/links/links.mk

index 97af418e7d6b7f49375b8f57997c08c7bea97887..516d4c87bf55e3a8e03ba8f74e3c66b457aa2bb0 100644 (file)
@@ -58,7 +58,10 @@ LINKS_CONF_OPTS += --without-libevent
 endif
 
 ifeq ($(BR2_PACKAGE_OPENSSL),y)
+LINKS_CONF_OPTS += --with-ssl --enable-ssl-pkgconfig
 LINKS_DEPENDENCIES += openssl
+else
+LINKS_CONF_OPTS += --without-ssl
 endif
 
 ifeq ($(BR2_PACKAGE_XZ),y)