# HG changeset patch # User Franz Glasner # Date 1552191099 -3600 # Node ID 7d51150bc9077ee4b26503e6b7352e548f6ce068 # Parent 5c9750085a3912760f3df1397f5911a2135aa626 Add clock_monotonik to the embedded plugins diff -r 5c9750085a39 -r 7d51150bc907 uwsginl/Makefile --- 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 diff -r 5c9750085a39 -r 7d51150bc907 uwsginl/pkg-descr --- 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