From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.kamstrup.com ([93.167.225.188]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1YLujr-0005iQ-Kh for ptxdist@pengutronix.de; Thu, 12 Feb 2015 15:27:32 +0100 From: Bruno Thomsen Date: Thu, 12 Feb 2015 15:27:17 +0100 Message-ID: <1423751237-20781-1-git-send-email-bth@kamstrup.com> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] php5: version bump 5.4.35 -> 5.5.21 Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: bth@kamstrup.com Disabled new OPcache feature (Zend Optimizer+) due to cross-compiling issue. https://bugs.php.net/bug.php?id=66103 Package format changed from tar.bz2 to tar.xz. Signed-off-by: Bruno Thomsen --- rules/php5.make | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/php5.make b/rules/php5.make index c3f0168..5dddeab 100644 --- a/rules/php5.make +++ b/rules/php5.make @@ -17,10 +17,10 @@ PACKAGES-$(PTXCONF_PHP5) += php5 # # Paths and names # -PHP5_VERSION := 5.4.35 -PHP5_MD5 := 489cc8336488fb2e722ffa3c08f9c864 +PHP5_VERSION := 5.5.21 +PHP5_MD5 := 79664ce44f7c93f355a25a3fe3dcc91b PHP5 := php-$(PHP5_VERSION) -PHP5_SUFFIX := tar.bz2 +PHP5_SUFFIX := tar.xz PHP5_SOURCE := $(SRCDIR)/$(PHP5).$(PHP5_SUFFIX) PHP5_DIR := $(BUILDDIR)/$(PHP5) @@ -49,6 +49,7 @@ PHP5_AUTOCONF := \ $(CROSS_AUTOCONF_USR) \ --disable-phar \ --with-config-file-path=/etc/php5 \ + --enable-opcache=no \ --without-iconv # FIXME: php5 doesn't interprete "with_foo=no" correctly, so we cannot -- 1.9.1 -- ptxdist mailing list ptxdist@pengutronix.de