| Submitter | Gustavo Zacarias |
|---|---|
| Date | Sept. 4, 2012, 2:07 p.m. |
| Message ID | <1346767658-7968-2-git-send-email-gustavo@zacarias.com.ar> |
| Download | mbox | patch |
| Permalink | /patch/181573/ |
| State | Accepted |
| Commit | ca56df4e442027e51465fd23435d6a165f9ef720 |
| Headers | show |
Comments
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed, thanks.
Patch
diff --git a/package/php/php.mk b/package/php/php.mk index 0544659..2f8e99e 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 \
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> --- package/php/php.mk | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)