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

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

parent 62ceea5c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -40,7 +40,10 @@ LINKS_DEPENDENCIES += bzip2
endif

ifeq ($(BR2_PACKAGE_LIBEVENT),y)
LINKS_CONF_OPTS += --with-libevent
LINKS_DEPENDENCIES += libevent
else
LINKS_CONF_OPTS += --without-libevent
endif

ifeq ($(BR2_PACKAGE_OPENSSL),y)