mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
Update libical to the latest 3.0.20 version, refreshing the single patch in the progress. Signed-off-by: Til Kaiser <mail@tk154.de>
19 lines
647 B
Diff
19 lines
647 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -211,7 +211,6 @@ if(NOT DEFINED ENV{ICU_ROOT} AND APPLE)
|
|
#Use the homebrew version. MacOS provided ICU doesn't provide development files
|
|
set(ICU_ROOT "/usr/local/opt/icu4c")
|
|
endif()
|
|
-find_package(ICU COMPONENTS uc i18n data)
|
|
set_package_properties(ICU PROPERTIES
|
|
TYPE RECOMMENDED
|
|
PURPOSE "For RSCALE (RFC7529) support"
|
|
@@ -253,7 +252,6 @@ if(NOT "$ENV{BerkeleyDB_ROOT_DIR}")
|
|
set(BerkeleyDB_ROOT_DIR "/usr/local/opt/berkeley-db")
|
|
endif()
|
|
endif()
|
|
-find_package(BerkeleyDB)
|
|
set_package_properties(BerkeleyDB PROPERTIES
|
|
TYPE OPTIONAL
|
|
PURPOSE "For Berkeley DB storage support"
|