changeset 56:7d51150bc907

Add clock_monotonik to the embedded plugins
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 10 Mar 2019 05:11:39 +0100
parents 5c9750085a39
children 2cf7dd2ef8fb
files uwsginl/Makefile uwsginl/pkg-descr
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/uwsginl/Makefile	Sun Mar 10 04:58:06 2019 +0100
+++ b/uwsginl/Makefile	Sun Mar 10 05:11:39 2019 +0100
@@ -20,7 +20,7 @@
 USES=		pkgconfig python:build
 USE_RC_SUBR=	uwsginl
 
-MAKE_ENV+=	CPUCOUNT=${MAKE_JOBS_NUMBER} UWSGI_PROFILE=nolang.ini UWSGI_BIN_NAME=${PORTNAME} UWSGI_EMBED_PLUGINS=cgi,clock_realtime,echo,logpipe,pty,forkptyrouter UWSGI_PROFILE_OVERRIDE="plugin_dir=${PREFIX}/${PLUGIN_DIR};${EXTRA_PROFILE_OVERRIDE:S/ /;/gW}"
+MAKE_ENV+=	CPUCOUNT=${MAKE_JOBS_NUMBER} UWSGI_PROFILE=nolang.ini UWSGI_BIN_NAME=${PORTNAME} UWSGI_EMBED_PLUGINS=cgi,clock_realtime,clock_monotonic,echo,logpipe,pty,forkptyrouter UWSGI_PROFILE_OVERRIDE="plugin_dir=${PREFIX}/${PLUGIN_DIR};${EXTRA_PROFILE_OVERRIDE:S/ /;/gW}"
 
 USERS=		uwsgi
 GROUPS=		uwsgi
--- a/uwsginl/pkg-descr	Sun Mar 10 04:58:06 2019 +0100
+++ b/uwsginl/pkg-descr	Sun Mar 10 05:11:39 2019 +0100
@@ -41,6 +41,7 @@
 transformation_template
 stats_pusher_socket
 clock_realtime
+clock_monotonic
 logpipe
 pty
 forkptyrouter