-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Labels
Description
Package Name
php8
Maintainer
OpenWrt Version
SNAPSHOT
OpenWrt Target/Subtarget
bcm27xx/bcm2712
Steps to Reproduce
- Select PHP8_GETTEXT but do not select php8-mod-gettext, php8-mod-intl, etc
- Build php8
Actual Behaviour
Compile fails due to missing any icu variant
Solution: in Config.in select PACKAGE_icu in PHP8_GETTEXT definition
@mhei I noticed this while testing the tree-wide SDK build, but it is independent of that (so not fixing in that commit).
Confirmation Checklist
- The package is maintained in this repository.
- I understand that issues related to the base OpenWrt repository or LuCI repository will be closed.
- I am reporting an issue for OpenWrt, not an unsupported fork.