Skip to content

Commit 996046e

Browse files
danielfdickinsonmhei
authored andcommitted
php8: fix PHP8_GETTEXT missing icu dependency
With CONFIG_PHP8_GETTEXT php8 always gains a dependency on a version of the 'icu' package, however said dependency is not declared, so on gets compilation errors when CONFIG_PHP8_GETTEXT=y but PACKAGE_icu is not selected. Therefore select PACKAGE_icu when PHP8_GETTEXT is selected. Closes #28207 Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
1 parent 851bfad commit 996046e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lang/php8/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ define Package/php8/config
8181

8282
config PHP8_GETTEXT
8383
bool "Enable gettext"
84+
select PACKAGE_icu
8485
default y
8586

8687
config PHP8_INTL

0 commit comments

Comments
 (0)