[Buildroot] [PATCH 2/8] package/links: add --with/--without-lzma

Yann E. MORIN yann.morin.1998 at free.fr
Sat Feb 20 17:39:15 UTC 2016


Bernd, All,

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

Acked-by: "Yann E. MORIN" <yann.morin.1998 at 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 8d7ecba..3515e5f 100644
> --- a/package/links/links.mk
> +++ b/package/links/links.mk
> @@ -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)
> -- 
> 2.7.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list