package/links: add --with/--without-lzma
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 20 Feb 2016 16:40:05 +0000 (17:40 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 21 Feb 2016 13:52:54 +0000 (14:52 +0100)
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>
package/links/links.mk

index 8d7ecba0fa0c285822dd1250cf68f149b0683513..3515e5fe9a434b64b2120b60f206dd7bb3a83f99 100644 (file)
@@ -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)