diff mbox

[5/8] package/links: add --with/--without-bzip2

Message ID 1455986411-14273-6-git-send-email-bernd.kuhls@t-online.de
State Accepted
Headers show

Commit Message

Bernd Kuhls Feb. 20, 2016, 4:40 p.m. UTC
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/links/links.mk | 3 +++
 1 file changed, 3 insertions(+)

Comments

Yann E. MORIN Feb. 20, 2016, 5:40 p.m. UTC | #1
Bernd, All,

On 2016-02-20 17:40 +0100, Bernd Kuhls spake thusly:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/links/links.mk | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/package/links/links.mk b/package/links/links.mk
> index 847d311..26af392 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)
> -- 
> 2.7.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox

Patch

diff --git a/package/links/links.mk b/package/links/links.mk
index 847d311..26af392 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)