From f30289933c2ed37f388d2979544651532d9bde9b Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Mon, 19 Jan 2015 14:38:50 -0500 Subject: [PATCH] php: add missing bz2 provide. --- dev-lang/php/php-5.6.4.recipe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-lang/php/php-5.6.4.recipe b/dev-lang/php/php-5.6.4.recipe index 630e3e2ea..b2b116b87 100644 --- a/dev-lang/php/php-5.6.4.recipe +++ b/dev-lang/php/php-5.6.4.recipe @@ -5,7 +5,7 @@ especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most \ popular websites in the world." HOMEPAGE="https://php.net" -REVISION="2" +REVISION="3" COPYRIGHT="2001-2014 PHP Group" LICENSE="PHP License v3.01" ARCHITECTURES="x86_gcc2" @@ -37,6 +37,7 @@ REQUIRES=" icu lib:libxml2 lib:libz + lib:libbz2 lib:libssl lib:libcrypto lib:libcurl @@ -50,6 +51,7 @@ BUILD_REQUIRES=" icu_devel devel:libxml2 devel:libz + devel:libbz2 devel:libssl devel:libcrypto devel:libcurl