diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/drush/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/drush/Makefile b/www/drush/Makefile index 86cf61e7d0aa..6a90895c6cee 100644 --- a/www/drush/Makefile +++ b/www/drush/Makefile @@ -20,7 +20,7 @@ GH_COMMIT= d948558 USE_GITHUB= yes # set php requirements same as drupal itself -USE_PHP= gd pcre session xml mbstring ctype json hash simplexml dom pdo filter +USE_PHP= gd pcre session mbstring ctype json hash simplexml dom pdo filter IGNORE_WITH_PHP=4 WANT_PHP_CLI= yes |