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

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

parent 383b706a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -48,7 +48,10 @@ LINKS_DEPENDENCIES += openssl
endif

ifeq ($(BR2_PACKAGE_XZ),y)
LINKS_CONF_OPTS += --with-lzma
LINKS_DEPENDENCIES += xz
else
LINKS_CONF_OPTS += --without-lzma
endif

ifeq ($(BR2_PACKAGE_ZLIB),y)