Commit 81d5945f authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/links: add --with/--without-ssl

parent 024e4e76
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)