[Buildroot] [PATCH 1/1] package/libical: bump version to v1.0.1

Baruch Siach baruch at tkos.co.il
Sun Apr 26 18:08:52 UTC 2015


Hi Bernd,

On Sun, Apr 26, 2015 at 04:52:21PM +0200, Bernd Kuhls wrote:
> Project moved to github according to http://sourceforge.net/projects/freeassociation
> 
> "As of 2014-06-14, this project may now be found at http://github.com/libical."
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
>  
> -comment "libical needs a toolchain w/ wchar"
> +comment "libical needs a toolchain w/ dynamic library, wchar"
>  	depends on !BR2_USE_WCHAR
> +	depends on BR2_STATIC_LIBS

Should be:

	depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS

> -$(eval $(autotools-package))
> +# building without this option is broken, it is used by
> +# Gentoo/alpinelinux as well
> +LIBICAL_CONF_OPTS = -DSHARED_ONLY=true
> +
> +$(eval $(cmake-package))

Please add a note on this in the commit log.

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -



More information about the buildroot mailing list