From: Gustavo Zacarias Date: Tue, 4 Sep 2012 04:07:38 +0000 (+0000) Subject: php: bump to version 5.3.16 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ca56df4e442027e51465fd23435d6a165f9ef720;p=buildroot.git php: bump to version 5.3.16 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/php/php.mk b/package/php/php.mk index 05446597d6..2f8e99e648 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,12 +4,14 @@ # ############################################################# -PHP_VERSION = 5.3.15 +PHP_VERSION = 5.3.16 PHP_SOURCE = php-$(PHP_VERSION).tar.bz2 PHP_SITE = http://www.php.net/distributions PHP_INSTALL_STAGING = YES PHP_INSTALL_STAGING_OPT = INSTALL_ROOT=$(STAGING_DIR) install PHP_INSTALL_TARGET_OPT = INSTALL_ROOT=$(TARGET_DIR) install +PHP_LICENSE = PHP +PHP_LICENSE_FILES = LICENSE PHP_CONF_OPT = --mandir=/usr/share/man \ --infodir=/usr/share/info \ --disable-all \