aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7-pecl-mongodb
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-11-01 11:55:45 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-07 16:46:13 +0000
commitc21b43279cc359c85fe286ac98d6030110aee7e5 (patch)
treeb669e753b1cb309aa3daf9594f14f0b2294b9ef4 /community/php7-pecl-mongodb
parent76dcd2fd2d2a7533f7306f4a117155425826fc88 (diff)
downloadaports-c21b43279cc359c85fe286ac98d6030110aee7e5.tar.bz2
aports-c21b43279cc359c85fe286ac98d6030110aee7e5.tar.xz
community/php7-pecl-mongodb: rebuild against openssl 1.1
Diffstat (limited to 'community/php7-pecl-mongodb')
-rw-r--r--community/php7-pecl-mongodb/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/php7-pecl-mongodb/APKBUILD b/community/php7-pecl-mongodb/APKBUILD
index f1ef9852b2..8080476daf 100644
--- a/community/php7-pecl-mongodb/APKBUILD
+++ b/community/php7-pecl-mongodb/APKBUILD
@@ -4,13 +4,13 @@ pkgname=php7-pecl-mongodb
_pkgreal=mongodb
pkgver=1.5.3
_pkgver=${pkgver/_rc/RC}
-pkgrel=1
+pkgrel=2
pkgdesc="PHP7 MongoDB driver"
url="https://pecl.php.net/package/mongodb"
arch="all"
license="Apache-2.0"
depends="php7-json"
-makedepends="libressl-dev pcre-dev php7-dev autoconf"
+makedepends="openssl-dev pcre-dev php7-dev autoconf"
source="https://pecl.php.net/get/$_pkgreal-$_pkgver.tgz"
options="!check" # tests requires additional dependencies (vagrant)
builddir="$srcdir"/$_pkgreal-$_pkgver