diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-13 13:16:45 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-13 13:37:20 +0200 |
commit | a4207397593cd7c8a5a05b66889e6d5d99cc34c6 (patch) | |
tree | d51d85d15d56757a89267538760e047bdb378c55 /package/php | |
parent | af753bc75d5a74d1d475d3ff510a17eb341974b6 (diff) |
update to latest stable
Diffstat (limited to 'package/php')
-rw-r--r-- | package/php/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/php/Makefile b/package/php/Makefile index e2196d0fb..4e9c9dabb 100644 --- a/package/php/Makefile +++ b/package/php/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= php -PKG_VERSION:= 5.6.7 +PKG_VERSION:= 5.6.8 PKG_RELEASE:= 1 -PKG_HASH:= a85522dd2e6f80ee5637e537447ee54896c77a8fabe49d2310830d0e20952787 +PKG_HASH:= 4c417387b88e100ca306adeda8051eb9fad93dae8da983f962dabf91a14b2b7b PKG_DESCR:= php language interpreter PKG_SECTION:= dev/lang PKG_DEPENDS:= libpthread librt @@ -133,7 +133,6 @@ PKG_CONFIGURE_OPTS+= --with-gd=shared,"$(STAGING_TARGET_DIR)/usr" \ --with-png-dir="$(STAGING_TARGET_DIR)/usr" \ --with-jpeg-dir="$(STAGING_TARGET_DIR)/usr" \ --without-freetype-dir \ - --without-ttf \ --without-t1lib \ --enable-gd-native-ttf \ --disable-gd-jis-conv |