diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-12 14:56:43 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-12 14:56:43 +0100 |
| commit | 69cdc46a87653bdab1514564598bf6d694556a4f (patch) | |
| tree | a05da1e3c0c00711559a25b8b7917b3cce464147 /package/php/Makefile | |
| parent | d6d4d15f6553e758ef6adca22d48210524f39a83 (diff) | |
| parent | fdc973fa4e29cada901b9499160a0478b59cefea (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/php/Makefile')
| -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 528f5bb11..0972517d5 100644 --- a/package/php/Makefile +++ b/package/php/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:= php -PKG_VERSION:= 5.5.6 +PKG_VERSION:= 5.5.10 PKG_RELEASE:= 1 -PKG_MD5SUM:= 82968eac50c523ecf7a05855cb5c3d0a +PKG_MD5SUM:= e760656f7cf2f05158f73da75e8b720b PKG_DESCR:= PHP language interpreter PKG_SECTION:= lang PKG_DEPENDS:= libpthread librt libgcc @@ -130,7 +130,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-xpm-dir \ --without-ttf \ --without-t1lib \ --enable-gd-native-ttf \ |
