diff uwsginl-plugin-lang-py3/Makefile @ 79:badbe8b61265

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 Sun, 14 Jun 2020 22:16:10 +0200
parents 21b29894c66b
children 40e8d1ee1651
line wrap: on
line diff
--- a/uwsginl-plugin-lang-py3/Makefile	Sun Jun 14 21:00:58 2020 +0200
+++ b/uwsginl-plugin-lang-py3/Makefile	Sun Jun 14 22:16:10 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}