mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/links: add --with/--without-ssl
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
024e4e76cd
commit
81d5945f1f
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user