|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=php |
|
|
PKG_NAME:=php |
|
|
PKG_VERSION:=7.4.23 |
|
|
PKG_VERSION:=7.4.23 |
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
|
PKG_RELEASE:=3 |
|
|
|
|
|
|
|
|
PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de> |
|
|
PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de> |
|
|
PKG_LICENSE:=PHP-3.01 |
|
|
PKG_LICENSE:=PHP-3.01 |
|
@ -175,6 +175,10 @@ CONFIGURE_ARGS+= \ |
|
|
--with-external-pcre \
|
|
|
--with-external-pcre \
|
|
|
--with-zlib="$(STAGING_DIR)/usr" |
|
|
--with-zlib="$(STAGING_DIR)/usr" |
|
|
|
|
|
|
|
|
|
|
|
ifeq ($(CONFIG_LIBC_USE_GLIBC),y) |
|
|
|
|
|
TARGET_LDFLAGS += -ldl |
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
ifneq ($(SDK)$(CONFIG_PACKAGE_php7-mod-bcmath),) |
|
|
ifneq ($(SDK)$(CONFIG_PACKAGE_php7-mod-bcmath),) |
|
|
CONFIGURE_ARGS+= --enable-bcmath=shared |
|
|
CONFIGURE_ARGS+= --enable-bcmath=shared |
|
|
else |
|
|
else |
|
|