comparison 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
comparison
equal deleted inserted replaced
78:2b8606346ec7 79:badbe8b61265
47 PLUGIN_SOURCE= plugins/python 47 PLUGIN_SOURCE= plugins/python
48 .endif 48 .endif
49 # The complete basename of the plugin 49 # The complete basename of the plugin
50 PLUGIN_FILENAME= ${PLUGIN_NAME}_plugin.so 50 PLUGIN_FILENAME= ${PLUGIN_NAME}_plugin.so
51 51
52 # Use the PATCHDIR of the binary executable by default
53 PATCHDIR?= ${.CURDIR}/../uwsginl/files
54
52 do-configure: 55 do-configure:
53 @${DO_NADA} 56 @${DO_NADA}
54 57
55 do-build: 58 do-build:
56 @${MKDIR} ${STAGEDIR}${PREFIX}/${PLUGIN_DIR} 59 @${MKDIR} ${STAGEDIR}${PREFIX}/${PLUGIN_DIR}