[packages] php5-pecl-bcompile: mark package as BROKEN

bcompiler needs to be fixed for php 5.4.x

Signed-off-by: Michael Heimpold <mhei@heimpold.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35282 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2013-01-21 15:27:53 +00:00
parent 9ecfa8c406
commit f40ca3ac74

View File

@ -25,5 +25,5 @@ include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk include $(INCLUDE_DIR)/nls.mk
include ../php5/pecl.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))) $(eval $(call BuildPackage,$(PKG_NAME)))