From 65631695272c96b043766acd8eb1d549d9de8eb3 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Tue, 11 Jun 2013 10:43:50 +0200 Subject: [PATCH] Removed libedit support temporally --- src/build/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/compile.sh b/src/build/compile.sh index 6a0a2dd69..06c890ed9 100755 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -105,7 +105,7 @@ wget http://php.net/get/php-$PHP_VERSION.tar.gz/from/this/mirror -q -O - | tar - mv php-$PHP_VERSION php echo " done!" -if [ "$1" == "crosscompile" ] || [ "$1" == "rpi" ]; then +if [ 1 ] || [ "$1" == "crosscompile" ] || [ "$1" == "rpi" ]; then HAVE_LIBEDIT="--without-libedit" else #libedit