diff options
| author | Ricardo Martincoski <ricardo.martincoski@gmail.com> | 2018-04-01 02:08:37 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-01 10:09:44 +0200 |
| commit | 15b1b632d51ece85d7f2b08966db2bb2edbdde5e (patch) | |
| tree | 8b32d7969041c5585e043a98e107b70df68f21f5 /package/php | |
| parent | e2c4a687c78a5740dfed2fef624d553cf14ab47a (diff) | |
| download | buildroot-15b1b632d51ece85d7f2b08966db2bb2edbdde5e.tar.gz buildroot-15b1b632d51ece85d7f2b08966db2bb2edbdde5e.zip | |
package/*/Config.in: fix attributes order
... to follow the convention: type, default, depends on, select, help.
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/php')
| -rw-r--r-- | package/php/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/php/Config.in b/package/php/Config.in index 11514e04b1..2469573541 100644 --- a/package/php/Config.in +++ b/package/php/Config.in @@ -1,15 +1,15 @@ config BR2_PACKAGE_PHP bool "php" + # PHP uses -export-dynamic, which breaks with elf2flt with a + # message like "ld.real: section .junk LMA [...,...] overlaps + # section .text LMA [...,...]" + depends on !BR2_BINFMT_FLAT select BR2_PACKAGE_PHP_SAPI_CGI if \ !BR2_PACKAGE_PHP_SAPI_APACHE && \ !BR2_PACKAGE_PHP_SAPI_CLI && \ !BR2_PACKAGE_PHP_SAPI_FPM && \ BR2_USE_MMU select BR2_PACKAGE_PHP_SAPI_CLI if !BR2_USE_MMU - # PHP uses -export-dynamic, which breaks with elf2flt with a - # message like "ld.real: section .junk LMA [...,...] overlaps - # section .text LMA [...,...]" - depends on !BR2_BINFMT_FLAT help PHP is a widely-used general-purpose scripting language that is especially suited for Web development |

