mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 14:44:36 +04:00
php7: re-enable system timezone data usage
This part of the Makefile was commented out during update from PHP 5.x to 7.x and not re-enabled in the meanswhile, so fix this finally. Reported-by: Val Kulkov <val.kulkov@gmail.com> Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=php
|
PKG_NAME:=php
|
||||||
PKG_VERSION:=7.1.11
|
PKG_VERSION:=7.1.11
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
|
PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
|
||||||
|
|
||||||
@@ -443,11 +443,11 @@ else
|
|||||||
CONFIGURE_ARGS+= --disable-libxml
|
CONFIGURE_ARGS+= --disable-libxml
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#ifneq ($(CONFIG_PHP7_SYSTEMTZDATA),)
|
ifneq ($(CONFIG_PHP7_SYSTEMTZDATA),)
|
||||||
# CONFIGURE_ARGS+= --with-system-tzdata
|
CONFIGURE_ARGS+= --with-system-tzdata
|
||||||
#else
|
else
|
||||||
# CONFIGURE_ARGS+= --without-system-tzdata
|
CONFIGURE_ARGS+= --without-system-tzdata
|
||||||
#endif
|
endif
|
||||||
|
|
||||||
CONFIGURE_VARS+= \
|
CONFIGURE_VARS+= \
|
||||||
ac_cv_c_bigendian_php=$(if $(CONFIG_BIG_ENDIAN),yes,no) \
|
ac_cv_c_bigendian_php=$(if $(CONFIG_BIG_ENDIAN),yes,no) \
|
||||||
|
|||||||
Reference in New Issue
Block a user