[Buildroot] [PATCH 1/1] bzip2: install shared library for the host

Yann E. MORIN yann.morin.1998 at free.fr
Thu Jul 10 16:32:32 UTC 2014


David, All,

On 2014-07-10 14:00 +0200, David Bachelart spake thusly:
> libbz2.so was explicitly built for the host, but was not installed. Install it.
> 
> Signed-off-by: David Bachelart <david.bachelart at bbright.com>

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

Regards,
Yann E. MORIN.

> ---
>  package/bzip2/bzip2.mk |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/bzip2/bzip2.mk b/package/bzip2/bzip2.mk
> index fcddb55..7584694 100644
> --- a/package/bzip2/bzip2.mk
> +++ b/package/bzip2/bzip2.mk
> @@ -61,6 +61,8 @@ endef
>  define HOST_BZIP2_INSTALL_CMDS
>  	$(HOST_MAKE_ENV) \
>  		$(MAKE) PREFIX=$(HOST_DIR)/usr -C $(@D) install
> +	$(HOST_MAKE_ENV) \
> +		$(MAKE) -f Makefile-libbz2_so PREFIX=$(HOST_DIR)/usr -C $(@D) install
>  endef
>  
>  $(eval $(generic-package))
> -- 
> 1.7.10.4
> 
> _______________________________________________
> 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