[Buildroot] [git commit] package/links: add --with/--without-bzip2

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Feb 21 13:53:04 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=5fcd3f849666c274c4a2126edc9a73fc08a76df1
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Acked-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/links/links.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/links/links.mk b/package/links/links.mk
index 581069c..68da9e3 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)


More information about the buildroot mailing list