View | Details | Raw Unified | Return to bug 263353
Collapse All | Expand All

(-)b/lang/python38/Makefile (-1 / +5 lines)
Lines 128-133 post-patch: Link Here
128
		@${ECHO_CMD} ${_module} >> ${WRKSRC}/Modules/Setup.local
128
		@${ECHO_CMD} ${_module} >> ${WRKSRC}/Modules/Setup.local
129
.  endfor
129
.  endfor
130
130
131
.if !defined(WITH_DEBUG) || empty(WITH_DEBUG) || ${WITH_DEBUG} == no
132
post-configure:
133
	${REINPLACE_CMD} -Ee '/^CONFIGURE_(C|LD)FLAGS/{s/[[:space:]]+-g//g;}' ${WRKSRC}/Makefile
134
.endif
135
131
post-install:
136
post-install:
132
.if ! ${PORT_OPTIONS:MDEBUG}
137
.if ! ${PORT_OPTIONS:MDEBUG}
133
	${RM} ${STAGEDIR}${PREFIX}/lib/libpython3.so						# Upstream Issue: https://bugs.python.org/issue17975
138
	${RM} ${STAGEDIR}${PREFIX}/lib/libpython3.so						# Upstream Issue: https://bugs.python.org/issue17975
134
- 

Return to bug 263353