nixpkgs/pkgs/servers/uwsgi
Дамјан Георгиевски 87bed6c86a uwsgi: the php plugin needs to link with session.so
On NixOS the session.so php extension is a separate package (and not builtin
in libphp.so). But since the uwsgi php plugin uses the session
mechanisms, we need to link the plugin to that library too.

With this change uwsgipluginpy is hacked to take an additional UWSGICONFIG_PHP_LDFLAGS
environment variable and add it to its LDFLAGS, and then in the nix
expression the UWSGICONFIG_PHP_LDFLAGS is set to point to php.extensions.session
2020-12-22 14:12:15 +01:00
..
additional-php-ldflags.patch uwsgi: the php plugin needs to link with session.so 2020-12-22 14:12:15 +01:00
default.nix uwsgi: the php plugin needs to link with session.so 2020-12-22 14:12:15 +01:00
nixos.ini uwsgi: disable built-in yaml support 2016-02-19 17:02:40 +03:00
no-ext-session-php_session.h-on-NixOS.patch uwsgi: the php plugin needs to link with session.so 2020-12-22 14:12:15 +01:00