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:
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)
|
||||
|
Loading…
Reference in New Issue
Block a user