Hi, this patch adds calendar module support to php5
Signed-off-by: Gerald Matzka <mgeral...@yahoo.de> Index: feeds/packages/lang/php5/Makefile =================================================================== --- feeds/packages/lang/php5/Makefile (revision 31709) +++ feeds/packages/lang/php5/Makefile (working copy) @@ -159,6 +159,10 @@ CONFIGURE_ARGS+= --disable-apc endif +ifneq ($(SDK)$(CONFIG_PACKAGE_php5-mod-calendar),) + CONFIGURE_ARGS+= --enable-calendar=shared +endif + ifneq ($(SDK)$(CONFIG_PACKAGE_php5-mod-ctype),) CONFIGURE_ARGS+= --enable-ctype=shared else @@ -521,6 +525,7 @@ #$(eval $(call BuildModule,NAME,TITLE[,PKG DEPENDS])) $(eval $(call BuildModule,apc,APC,+PACKAGE_php5-mod-apc:librt)) +$(eval $(call BuildModule,calendar,Calendar)) $(eval $(call BuildModule,ctype,Ctype)) $(eval $(call BuildModule,curl,cURL,+PACKAGE_php5-mod-curl:libcurl)) $(eval $(call BuildModule,fileinfo,Fileinfo,+PACKAGE_php5-mod-fileinfo:libmagic)) _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel