package/links: add --with/--without-lzma
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
383b706a8a
commit
62ceea5cb5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user