annotate uwsginl-plugin-lang-py3/pkg-descr @ 77:278470dc420d

Provide a "pypy3"-plugin project and make the PyPy-plugin compile properly on FreeBSD. Because pypy_setup.py needs to be properly included within the plugin binary the corresponding binary linking step has been changed to include an "-m" flag because on FreeBSD the current LLVM linker (ld.lld) obviously has no default setting. Per default it is derived from the first object file. But in the binary linking step there is no such .o file. It needs to be included within the uwsgi binary because it is neede to build the plugins when using the uwsgi binary with the "--build-plugin" option.
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 14 Jun 2020 20:03:33 +0200
parents 7e7b576aa608
children 34be2756e5f8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25
db0648353d12 The Python3 (OS default version) language (interpreter) plugin for www/uwsginl
Franz Glasner <hg@dom66.de>
parents:
diff changeset
1 Python3 language plugin for uwsginl.
db0648353d12 The Python3 (OS default version) language (interpreter) plugin for www/uwsginl
Franz Glasner <hg@dom66.de>
parents:
diff changeset
2 Links to the default Python3 version on the system.
db0648353d12 The Python3 (OS default version) language (interpreter) plugin for www/uwsginl
Franz Glasner <hg@dom66.de>
parents:
diff changeset
3
51
7e7b576aa608 The project address now uses the https protocol.
Franz Glasner <fzglas.hg@dom66.de>
parents: 30
diff changeset
4 WWW: https://projects.unbit.it/uwsgi/