changeset 88:098130d0f0f0

All plugins by default use the PATCHDIR of the uwsginl binary. So: All plugin-specific patches should be done there.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Jun 2020 09:42:50 +0200
parents e3249546c992
children 40e8d1ee1651
files uwsginl-plugin-lang-py3/Makefile uwsginl-plugin-lang-pypy3/Makefile
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/uwsginl-plugin-lang-py3/Makefile	Mon Jun 15 09:41:15 2020 +0200
+++ b/uwsginl-plugin-lang-py3/Makefile	Mon Jun 15 09:42:50 2020 +0200
@@ -49,6 +49,9 @@
 # The complete basename of the plugin
 PLUGIN_FILENAME=	${PLUGIN_NAME}_plugin.so
 
+# Use the PATCHDIR of the binary executable by default
+PATCHDIR?=		${.CURDIR}/../uwsginl/files
+
 do-configure:
 	@${DO_NADA}
 
--- a/uwsginl-plugin-lang-pypy3/Makefile	Mon Jun 15 09:41:15 2020 +0200
+++ b/uwsginl-plugin-lang-pypy3/Makefile	Mon Jun 15 09:42:50 2020 +0200
@@ -40,6 +40,9 @@
 # The complete basename of the plugin
 PLUGIN_FILENAME=	${PLUGIN_NAME}_plugin.so
 
+# Use the PATCHDIR of the binary executable by default
+PATCHDIR?=		${.CURDIR}/../uwsginl/files
+
 do-configure:
 	@${DO_NADA}