]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/php/Config.in
package/*/Config.in: fix attributes order
[coffee/buildroot.git] / package / php / Config.in
index 11514e04b173419756c3af54314d86cc32b0ca33..246957354163f2703e2c67fe09681217f8b641c1 100644 (file)
@@ -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