Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -3,6 +3,7 @@ config BR2_PACKAGE_LIBICAL
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on BR2_USE_WCHAR
|
||||
select BR2_TARGET_TZ_INFO
|
||||
help
|
||||
libical is an Open Source (MPL/LGPL) implementation of the IETF's
|
||||
iCalendar Calendaring and Scheduling protocols.
|
||||
|
||||
@@ -13,5 +13,7 @@ LIBICAL_LICENSE_FILES = LICENSE
|
||||
# building without this option is broken, it is used by
|
||||
# Gentoo/alpinelinux as well
|
||||
LIBICAL_CONF_OPTS = -DSHARED_ONLY=true
|
||||
# never build time zone info, always use system's tzinfo
|
||||
LIBICAL_CONF_OPTS += -DUSE_BUILTIN_TZDATA=false
|
||||
|
||||
$(eval $(cmake-package))
|
||||
|
||||
Reference in New Issue
Block a user