diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-02 19:05:33 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-02 19:05:33 +0000 |
commit | 0d5dfaa08564b18b999a5ac8c3da03a3353db22e (patch) | |
tree | 1203e351d0252c71dd04395f9e670cceb18e66ce /package/php/php.mk | |
parent | ba6882443162eb71915d360988127bce22237b37 (diff) |
php: bump version
Fixes Fixes CVE-2008-5498, closes #137.
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>
Diffstat (limited to 'package/php/php.mk')
-rw-r--r-- | package/php/php.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/php/php.mk b/package/php/php.mk index 3aeb2665f..471e26eb6 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -3,7 +3,7 @@ # php # ############################################################# -PHP_VER:=5.2.8 +PHP_VER:=5.2.9 PHP_SOURCE:=php-$(PHP_VER).tar.bz2 PHP_SITE:=http://www.php.net/distributions PHP_DIR:=$(BUILD_DIR)/php-$(PHP_VER) @@ -144,7 +144,7 @@ $(PHP_DIR)/.configured: $(PHP_DIR)/.unpacked $(TARGET_CONFIGURE_OPTS) \ $(TARGET_CONFIGURE_ARGS) \ CC=$(TARGET_CC) \ - ./configure $(DISABLE_NLS) \ + ./configure \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \ --build=$(GNU_HOST_NAME) \ |