| Summary: | --enable-fileinfo not applied for php package | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Aleksandar <aleksandar.zivkovic> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Aleksandar
2013-03-27 14:23:15 UTC
Issue is in http://git.buildroot.net/buildroot/tree/package/php/php.mk:60: - $(if $(BR2_PACKAGE_PHP_EXT_FILENIFO),--enable-fileinfo) \ + $(if $(BR2_PACKAGE_PHP_EXT_FILEINFO),--enable-fileinfo) \ Fixed by Gustavoz in git, thanks! |