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

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

parent db99b65b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -36,7 +36,10 @@ endif
endif

ifeq ($(BR2_PACKAGE_BZIP2),y)
LINKS_CONF_OPTS += --with-bzip2
LINKS_DEPENDENCIES += bzip2
else
LINKS_CONF_OPTS += --without-bzip2
endif

ifeq ($(BR2_PACKAGE_LIBEVENT),y)