summaryrefslogtreecommitdiff
path: root/package/php/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2021-09-29 10:58:23 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2021-10-11 17:32:48 +0200
commitb8f8a434e2415b7a5239bfef720f9e9566f863fd (patch)
treea5c76ed6fb26b560062196a974d8d9f40a50ba59 /package/php/Makefile
parent18bea4005fc0a1c7a44dbf10a51f336ecece3ea2 (diff)
php: update to 7.4.24
Diffstat (limited to 'package/php/Makefile')
-rw-r--r--package/php/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/package/php/Makefile b/package/php/Makefile
index 0af345f4c..c7b7818d4 100644
--- a/package/php/Makefile
+++ b/package/php/Makefile
@@ -4,11 +4,13 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= php
-PKG_VERSION:= 7.4.11
+PKG_VERSION:= 7.4.24
PKG_RELEASE:= 1
-PKG_HASH:= 5d31675a9b9c21b5bd03389418218c30b26558246870caba8eb54f5856e2d6ce
+PKG_HASH:= ff7658ee2f6d8af05b48c21146af5f502e121def4e76e862df5ec9fa06e98734
PKG_DESCR:= php language interpreter
PKG_SECTION:= dev/lang
+PKG_BUILDDEP:= libpng
+PKG_DEPENDS:= libpng
PKG_NEEDS:= threads
PHP_URL:= http://www.php.net/
PKG_SITES:= http://de2.php.net/distributions/
@@ -146,6 +148,7 @@ PKG_CONFIGURE_OPTS+= --without-ldap
endif
ifneq ($(ADK_PACKAGE_PHP_MOD_MARIADB),)
PKG_CONFIGURE_OPTS+= --with-pdo-mysql=shared,"$(STAGING_TARGET_DIR)/usr"
+TARGET_CFLAGS+= -I$(STAGING_TARGET_DIR)/usr/include/mysql
else
PKG_CONFIGURE_OPTS+= --without-pdo-mysql
endif