Changeset 7aa6200 in freewrt


Ignore:
Timestamp:
Jun 26, 2007, 6:47:30 PM (18 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Children:
59bf761
Parents:
8a8c0a0
Message:

fix for #339

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2936 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/php4/Config.in

    r8a8c0a0 r7aa6200  
    55        default y
    66        depends FWRT_PACKAGE_PHP4_CLI || FWRT_PACKAGE_PHP4_CGI || FWRT_PACKAGE_PHP4_FASTCGI
     7        depends on FWRT_PACKAGE_PHP_VERSION_4
    78         
    89comment "PHP 4 Server API ---"
     10        depends on FWRT_PACKAGE_PHP_VERSION_4
    911
    1012config FWRT_PACKAGE_PHP4_CLI
     
    1517        select FWRT_PACKAGE_LIBOPENSSL
    1618        select FWRT_PACKAGE_ZLIB
     19        depends on FWRT_PACKAGE_PHP_VERSION_4
    1720        help
    1821         PHP is a widely-used general-purpose scripting language that is especially
     
    2831        select FWRT_PACKAGE_LIBOPENSSL
    2932        select FWRT_PACKAGE_ZLIB
     33        depends on FWRT_PACKAGE_PHP_VERSION_4
    3034        help
    3135         PHP is a widely-used general-purpose scripting language that is especially
     
    4145        select FWRT_PACKAGE_LIBOPENSSL
    4246        select FWRT_PACKAGE_ZLIB
     47        depends on FWRT_PACKAGE_PHP_VERSION_4
    4348        help
    4449         PHP is a widely-used general-purpose scripting language that is especially
     
    4853
    4954comment "PHP 4 Extensions ---"
     55        depends on FWRT_PACKAGE_PHP_VERSION_4
    5056
    5157config FWRT_PACKAGE_PHP4_MOD_CURL
     
    132138
    133139comment "PHP 4 Configuration end ---"
     140        depends on FWRT_PACKAGE_PHP_VERSION_4
    134141#endmenu
  • package/php5/Config.in

    r8a8c0a0 r7aa6200  
    44        tristate
    55        default n
     6        depends on FWRT_PACKAGE_PHP_VERSION_5
    67        depends FWRT_PACKAGE_PHP5_CLI || FWRT_PACKAGE_PHP5_CGI || FWRT_PACKAGE_PHP5_FASTCGI
    78         
    89comment "PHP 5 Server API ---"
     10        depends on FWRT_PACKAGE_PHP_VERSION_5
    911
    1012config FWRT_PACKAGE_PHP5_CLI
     
    1517        select FWRT_PACKAGE_LIBOPENSSL
    1618        select FWRT_PACKAGE_ZLIB
     19        depends on FWRT_PACKAGE_PHP_VERSION_5
    1720        help
    1821         PHP is a widely-used general-purpose scripting language that is especially
     
    2831        select FWRT_PACKAGE_LIBOPENSSL
    2932        select FWRT_PACKAGE_ZLIB
     33        depends on FWRT_PACKAGE_PHP_VERSION_5
    3034        help
    3135         PHP is a widely-used general-purpose scripting language that is especially
     
    4145        select FWRT_PACKAGE_LIBOPENSSL
    4246        select FWRT_PACKAGE_ZLIB
     47        depends on FWRT_PACKAGE_PHP_VERSION_5
    4348        help
    4449         PHP is a widely-used general-purpose scripting language that is especially
     
    4853
    4954comment "PHP 5 Extensions ---"
     55        depends on FWRT_PACKAGE_PHP_VERSION_5
    5056
    5157config FWRT_PACKAGE_PHP5_MOD_CURL
     
    139145
    140146comment "PHP 5 Configuration end ---"
     147        depends on FWRT_PACKAGE_PHP_VERSION_5
    141148#endmenu
Note: See TracChangeset for help on using the changeset viewer.