php: add missing bz2 provide.

This commit is contained in:
Augustin Cavalier
2015-01-19 14:38:50 -05:00
parent bf18b746f7
commit f30289933c

View File

@@ -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