@ -23,6 +23,7 @@ PKG_BUILD_PARALLEL:=1
PKG_USE_MIPS16 := 0
PKG_USE_MIPS16 := 0
PHP7_MODULES = \
PHP7_MODULES = \
bcmath \
calendar ctype curl \
calendar ctype curl \
fileinfo \
fileinfo \
dom \
dom \
@ -172,6 +173,12 @@ CONFIGURE_ARGS+= \
--with-zlib= " $( STAGING_DIR) /usr " \
--with-zlib= " $( STAGING_DIR) /usr " \
--with-zlib-dir= " $( STAGING_DIR) /usr "
--with-zlib-dir= " $( STAGING_DIR) /usr "
i f n e q ( $( SDK ) $( CONFIG_PACKAGE_php 7-mod -bcmath ) , )
CONFIGURE_ARGS += --enable-bcmath= shared
e l s e
CONFIGURE_ARGS += --disable-bcmath
e n d i f
i f n e q ( $( SDK ) $( CONFIG_PACKAGE_php 7-mod -calendar ) , )
i f n e q ( $( SDK ) $( CONFIG_PACKAGE_php 7-mod -calendar ) , )
CONFIGURE_ARGS += --enable-calendar= shared
CONFIGURE_ARGS += --enable-calendar= shared
e l s e
e l s e
@ -590,6 +597,7 @@ $(eval $(call BuildPackage,php7-fastcgi))
$( eval $ ( call BuildPackage ,php 7-fpm ) )
$( eval $ ( call BuildPackage ,php 7-fpm ) )
#$(eval $(call BuildModule,NAME,TITLE[,PKG DEPENDS]))
#$(eval $(call BuildModule,NAME,TITLE[,PKG DEPENDS]))
$( eval $ ( call BuildModule ,bcmath ,Bcmath ) )
$( eval $ ( call BuildModule ,calendar ,Calendar ) )
$( eval $ ( call BuildModule ,calendar ,Calendar ) )
$( eval $ ( call BuildModule ,ctype ,Ctype ) )
$( eval $ ( call BuildModule ,ctype ,Ctype ) )
$(eval $(call BuildModule,curl,cURL,+PACKAGE_php7-mod-curl : libcurl ))
$(eval $(call BuildModule,curl,cURL,+PACKAGE_php7-mod-curl : libcurl ))