comparison uwsginl-plugin-lang-pypy3/Makefile @ 160:5a9516babd5e

Renaming of the exported plugins descriptions data structure is not needed. Only one plugins with "rpython_startup_code" can exist on one process. So there are no name clashes possible.
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 18 Oct 2022 16:01:57 +0200
parents 6d5943538043
children 620a0992bf93
comparison
equal deleted inserted replaced
159:6d5943538043 160:5a9516babd5e
67 PLUGIN_FILENAME= ${PLUGIN_NAME}_plugin.so 67 PLUGIN_FILENAME= ${PLUGIN_NAME}_plugin.so
68 68
69 # Use the PATCHDIR of the binary executable by default 69 # Use the PATCHDIR of the binary executable by default
70 PATCHDIR?= ${.CURDIR}/../uwsginl/files 70 PATCHDIR?= ${.CURDIR}/../uwsginl/files
71 71
72 .if ${PLUGIN_NAME} != pypy3 && ${PLUGIN_NAME} != pypy38
73 post-patch:
74 ${REINPLACE_CMD} -i '' -e 's/pypy3_plugin/${PLUGIN_NAME}_plugin/g' ${WRKSRC}/${PLUGIN_SOURCE}/pypy_setup.py
75 .endif
76
77 do-configure: 72 do-configure:
78 @${DO_NADA} 73 @${DO_NADA}
79 74
80 do-build: 75 do-build:
81 @${MKDIR} ${STAGEDIR}${PREFIX}/${PLUGIN_DIR} 76 @${MKDIR} ${STAGEDIR}${PREFIX}/${PLUGIN_DIR}