Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
127f3f04
Commit
127f3f04
authored
9 months ago
by
Andy Postnikov
Browse files
Options
Downloads
Patches
Plain Diff
community/php82-pecl-swoole: upgrade to 5.1.3
parent
37b6a340
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!67326
php8?-pecl-swoole: upgrade to 5.1.3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/php82-pecl-swoole/APKBUILD
+12
-3
12 additions, 3 deletions
community/php82-pecl-swoole/APKBUILD
with
12 additions
and
3 deletions
community/php82-pecl-swoole/APKBUILD
+
12
−
3
View file @
127f3f04
# Maintainer: Andy Postnikov <apostnikov@gmail.com>
pkgname
=
php82-pecl-swoole
_extname
=
swoole
pkgver
=
5.1.
2
pkgver
=
5.1.
3
pkgrel
=
0
pkgdesc
=
"Event-driven asynchronous and concurrent networking engine with high performance for PHP 8.2 - PECL"
url
=
"https://pecl.php.net/package/swoole"
...
...
@@ -9,8 +9,16 @@ arch="all !x86 !armv7 !armhf" # no 32-bit support
license
=
"Apache-2.0"
_phpv
=
82
_php
=
php
$_phpv
depends
=
"
$_php
-curl
$_php
-mysqlnd
$_php
-openssl
$_php
-pdo
$_php
-sockets"
depends
=
"
$_php
-pecl-brotli
$_php
-curl
$_php
-mysqlnd
$_php
-openssl
$_php
-pdo
$_php
-sockets
"
makedepends
=
"
$_php
-dev
brotli-dev
c-ares-dev
curl-dev
libpq-dev
...
...
@@ -27,6 +35,7 @@ case "$CARCH" in
esac
build
()
{
sed
-i
s/OS_SHOULD_HAVE_LIBRT
=
1/OS_SHOULD_HAVE_LIBRT
=
0/ config.m4
case
"
$CARCH
"
in
ppc64le|s390x
)
export
LDFLAGS
=
"
$LDFLAGS
-lucontext"
;;
esac
...
...
@@ -58,5 +67,5 @@ package() {
}
sha512sums
=
"
211a39c40ac9f4a58daf38a99723a21b5ad972f9aeb83f0b9fa1c5c58f78fa9c38e4ead3207b77c319436d702a9c294275289287cd121d66469c02c669cc6f2a
php-pecl-swoole-5.1.
2
.tgz
65ebeecb98b37d43433a3bb7237e6c2fde81dc5b72fc109a4b546856193a5b9476fc13dc753f7911fd5c5386125d90cf8812588cd0f23e02493311e24e83060b
php-pecl-swoole-5.1.
3
.tgz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment