Skip to content
Snippets Groups Projects
Commit ddb302eb authored by Jingyun Hua's avatar Jingyun Hua Committed by Andy Postnikov
Browse files

community/php83-pecl-swoole: loongarch64 need libucontext too

parent 7cb07516
No related branches found
No related tags found
2 merge requests!66949Draft: [3.20] main/raspberrypi-bootloader: upgrade to 1.20240524,!66796community/php83-pecl-swoole: loongarch64 need libucontext too
Pipeline #237744 skipped
......@@ -23,12 +23,12 @@ builddir="$srcdir"/$_extname-$pkgver
subpackages="$pkgname-dev"
case "$CARCH" in
ppc64le|s390x) makedepends="$makedepends libucontext-dev" ;;
ppc64le|s390x|loongarch64) makedepends="$makedepends libucontext-dev" ;;
esac
build() {
case "$CARCH" in
ppc64le|s390x) export LDFLAGS="$LDFLAGS -lucontext" ;;
ppc64le|s390x|loongarch64) export LDFLAGS="$LDFLAGS -lucontext" ;;
esac
phpize$_phpv
./configure --prefix=/usr \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment