Source package: icu66r
Description
ICU is a C++ and C library that provides robust and full-featured Unicode and locale support.
Features:
- Version with a fix for the display of the Russian ruble symbol.
- The most recent version that fresh versions of php are built against: >= 7.1.
If some packages need to be rebuilded with that version of icu, then you need to add into makefile, debian/rules this code:
PKG_CONFIG_PATH:=
ifneq ("$(wildcard /opt/icu66r/usr/include)","")
# backported icu-66.1
CFLAGS += -I/opt/icu66r/usr/include -L/opt/icu66r/usr/lib
PKG_CONFIG_PATH:=$(PKG_CONFIG_PATH)/opt/icu66r/usr/lib/pkgconfig:
endif
Last Updated on 12.04.2022 by