David Runge pushed to branch main at Arch Linux / Packaging / Packages / uwsgi
Commits: 909c3f08 by Damjan Georgievski at 2024-02-23T20:02:34+00:00 Removing/fixing php_version is no longer needed Upstream (since the released 2.0.24 version) has their own fix: https://github.com/unbit/uwsgi/commit/88b3d309894a7c5fb4eb3234fd233e610471b89d - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -91,9 +91,6 @@ prepare() { # move ruby plugin to new location and fix its name mv plugins/ruby{19,} sed -e 's/ruby19/ruby/' -i plugins/ruby/uwsgiplugin.py - # remove the explicit lib version from the linking stage of the PHP plugin as - # we do not provide /usr/lib/libphp8.so - sed -e "s/ + php_version//" -i plugins/php/uwsgiplugin.py # duplicate the php plugin, so that we can modify it cp -av plugins/php{,_legacy} # link the php_legacy plugin against libphp-legacy.so View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/uwsgi/-/commit/909c3f087d9fecd27786669fc2b04634c120cfec -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/uwsgi/-/commit/909c3f087d9fecd27786669fc2b04634c120cfec You're receiving this email because of your account on gitlab.archlinux.org.