php: fix phar build failure for CLI
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 8 Jul 2014 13:00:43 +0000 (10:00 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 8 Jul 2014 13:23:17 +0000 (15:23 +0200)
commit953ebbefc7eea18cbe2fe0c02441e5f6a8e3821b
treee2197f60cba141b1e5860a383d7c63a3179d8978
parentfb6c286697c5f579759fd279ea421667755700ef
php: fix phar build failure for CLI

Disable the phar command-line tool since it requires php to pack itself
up. Fixes build failure for CLI (or CLI+CGI) variants of php.
Hardly useful for embedded scenarios.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/php/php-03-disable-pharcmd.patch [new file with mode: 0644]