diff --git a/lang/php7/Makefile b/lang/php7/Makefile index feb7ad1ea..71ac992e6 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php PKG_VERSION:=7.1.4 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_MAINTAINER:=Michael Heimpold @@ -245,6 +245,7 @@ endif ifneq ($(SDK)$(CONFIG_PACKAGE_php7-mod-intl),) CONFIGURE_ARGS+= --enable-intl=shared + TARGET_CPPFLAGS+= -std=c++0x else CONFIGURE_ARGS+= --disable-intl endif