From 4ae52390989bb8cc6caf6c1b9e6690669bc8b669 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Sat, 20 Dec 2014 22:59:26 +0100 Subject: [PATCH] php5: disable mips16 support (fixes #675) Signed-off-by: Michael Heimpold --- lang/php5/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/php5/Makefile b/lang/php5/Makefile index d64aad7d87..f88807826a 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -22,6 +22,7 @@ PKG_MD5SUM:=489cc8336488fb2e722ffa3c08f9c864 PKG_FIXUP:=libtool no-autoreconf PKG_BUILD_PARALLEL:=1 +PKG_USE_MIPS16:=0 PHP5_MODULES = \ calendar ctype curl \ -- 2.30.2