From f40ca3ac744ec2faff4743a1afa967f7205e8a67 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 21 Jan 2013 15:27:53 +0000 Subject: [PATCH] [packages] php5-pecl-bcompile: mark package as BROKEN bcompiler needs to be fixed for php 5.4.x Signed-off-by: Michael Heimpold git-svn-id: svn://svn.openwrt.org/openwrt/packages@35282 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/php5-pecl-bcompiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/php5-pecl-bcompiler/Makefile b/lang/php5-pecl-bcompiler/Makefile index 978c01f9b..6bab984c9 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)))