aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2019-05-11 20:23:28 +0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-08-16 16:45:42 +0000
commitbc87444e950f5205bd472de1aa588450b3df7f45 (patch)
tree09005006f5e632fb74c1fd8e381e739d54ffa71e /community/php7
parentdc0640c1905f37418c3ce9227714cc34d986d4b1 (diff)
downloadaports-bc87444e950f5205bd472de1aa588450b3df7f45.tar.bz2
aports-bc87444e950f5205bd472de1aa588450b3df7f45.tar.xz
community/php7: split static and add dbg packages
Closes GH-7809
Diffstat (limited to 'community/php7')
-rw-r--r--community/php7/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD
index 1967146bfe..72689fb103 100644
--- a/community/php7/APKBUILD
+++ b/community/php7/APKBUILD
@@ -27,7 +27,7 @@
pkgname=php7
_pkgreal=php
pkgver=7.3.8
-pkgrel=0
+pkgrel=1
_apiver=20180731
_suffix=${pkgname#php}
# Is this package the default (latest) PHP version?
@@ -86,7 +86,8 @@ makedepends="
"
provides="$pkgname-cli php-cli php" # for backward compatibility
provider_priority=100
-subpackages="$pkgname-dev $pkgname-doc $pkgname-apache2 $pkgname-phpdbg
+subpackages="$pkgname-static $pkgname-dev $pkgname-dbg $pkgname-doc
+ $pkgname-phpdbg $pkgname-apache2
$pkgname-embed $pkgname-litespeed $pkgname-cgi $pkgname-fpm
$pkgname-pear::noarch
"
@@ -438,6 +439,7 @@ package() {
dev() {
default_dev
replaces="php-dev"
+ depends="$depends $pkgname-static"
cd "$pkgdir"