From: Florian Fainelli Date: Mon, 21 Jan 2013 15:27:53 +0000 (+0000) Subject: [packages] php5-pecl-bcompile: mark package as BROKEN X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=63fa4cab62a8d7170f72c5c81fd53b9a0ce22f91;p=openwrt%2Fsvn-archive%2Farchive.git [packages] php5-pecl-bcompile: mark package as BROKEN bcompiler needs to be fixed for php 5.4.x Signed-off-by: Michael Heimpold SVN-Revision: 35282 --- diff --git a/lang/php5-pecl-bcompiler/Makefile b/lang/php5-pecl-bcompiler/Makefile index 978c01f9b9..6bab984c97 100644 --- a/lang/php5-pecl-bcompiler/Makefile +++ b/lang/php5-pecl-bcompiler/Makefile @@ -25,5 +25,5 @@ include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk include ../php5/pecl.mk -$(eval $(call PECLPackage,$(PECL_NAME),$(PECL_LONGNAME))) +$(eval $(call PECLPackage,$(PECL_NAME),$(PECL_LONGNAME),@BROKEN)) $(eval $(call BuildPackage,$(PKG_NAME)))