summaryrefslogtreecommitdiff
path: root/package/links
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-02-20 17:40:08 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-21 14:53:04 +0100
commit5fcd3f849666c274c4a2126edc9a73fc08a76df1 (patch)
tree1b40b7989449799334be4359d7345866064c569a /package/links
parentdb99b65b059580b4d24236424ac17fc2a2d43d94 (diff)
package/links: add --with/--without-bzip2
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>
Diffstat (limited to 'package/links')
-rw-r--r--package/links/links.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/links/links.mk b/package/links/links.mk
index 581069ce0..68da9e3ab 100644
--- a/package/links/links.mk
+++ b/package/links/links.mk
@@ -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)