From: Bernd Kuhls Date: Sat, 20 Feb 2016 16:40:08 +0000 (+0100) Subject: package/links: add --with/--without-bzip2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5fcd3f849666c274c4a2126edc9a73fc08a76df1;p=buildroot.git package/links: add --with/--without-bzip2 Signed-off-by: Bernd Kuhls Acked-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/package/links/links.mk b/package/links/links.mk index 581069ce02..68da9e3ab2 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)