mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
package/postgresql: add ICU support
PostgreSQL has optional ICU support. So enable it if library are available.
Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 70935d6585)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
afd0e6e51c
commit
9c152dd8d0
@@ -87,6 +87,13 @@ else
|
||||
POSTGRESQL_CONF_OPTS += --without-ldap
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ICU),y)
|
||||
POSTGRESQL_DEPENDENCIES += icu
|
||||
POSTGRESQL_CONF_OPTS += --with-icu
|
||||
else
|
||||
POSTGRESQL_CONF_OPTS += --without-icu
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBXML2),y)
|
||||
POSTGRESQL_DEPENDENCIES += libxml2
|
||||
POSTGRESQL_CONF_OPTS += --with-libxml
|
||||
|
||||
Reference in New Issue
Block a user