From 754edb814b59c87fb68256f9b8b6793096ec0d64 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Thu, 16 Apr 2020 13:38:34 +0200 Subject: [PATCH] zeus migration: libical: refresh patch to v3.0.6 https://jira.digi.com/browse/DEL-7013 Signed-off-by: Arturo Buzarra --- ...d-option-to-build-without-ICU-support.patch | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/meta-digi-dey/recipes-support/libical/libical/0001-CMakeList-add-option-to-build-without-ICU-support.patch b/meta-digi-dey/recipes-support/libical/libical/0001-CMakeList-add-option-to-build-without-ICU-support.patch index 1e3f484b8..89a5c40fe 100644 --- a/meta-digi-dey/recipes-support/libical/libical/0001-CMakeList-add-option-to-build-without-ICU-support.patch +++ b/meta-digi-dey/recipes-support/libical/libical/0001-CMakeList-add-option-to-build-without-ICU-support.patch @@ -9,23 +9,23 @@ Signed-off-by: Javier Viguera 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 366c285edd1a..ab7eac96e70d 100644 +index 61ab244..9bc2a22 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -126,6 +126,8 @@ endif() +@@ -170,6 +170,8 @@ endif() # libicu is highly recommended for RSCALE support # libicu can be found at http://www.icu-project.org # RSCALE info at http://tools.ietf.org/html/rfc7529 +option(WITH_LIBICU "Build with ICU support. Libicu is highly recommended for RSCALE support") +if(WITH_LIBICU) find_package(ICU) - if(ICU_FOUND) - set(ICUUC_LIBS "-licuuc") #for libical.pc -@@ -140,6 +142,7 @@ if(ICU_I18N_FOUND) + set_package_properties(ICU PROPERTIES + TYPE RECOMMENDED +@@ -192,6 +194,7 @@ endif() + if(ICU_I18N_FOUND) set(HAVE_LIBICU_I18N 1) - set(ICUI18N_LIBS "-licui18n") #for libical.pc endif() +endif() - - # MSVC specific definitions - if(WIN32) + + # compile in Berkeley DB support + find_package(BDB)