From: Bernd Kuhls Date: Sat, 20 Feb 2016 19:49:17 +0000 (+0100) Subject: package/links: add --with/--without-ssl X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=81d5945f1fcfa8ebe4796dc137c585321f1da3ab;p=buildroot.git package/links: add --with/--without-ssl Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- diff --git a/package/links/links.mk b/package/links/links.mk index 97af418e7d..516d4c87bf 100644 --- a/package/links/links.mk +++ b/package/links/links.mk @@ -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)