lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 4ae52390989bb8cc6caf6c1b9e6690669bc8b669
parent c79483ef5b02015932eb731996d570943ccb0685
Author: Michael Heimpold <mhei@heimpold.de>
Date:   Sat, 20 Dec 2014 22:59:26 +0100

php5: disable mips16 support (fixes #675)

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

Diffstat:
Mlang/php5/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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 \