Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 797259 | Differences between
and this patch

Collapse All | Expand All

(-)python-3.9.3_orig.ebuild (-1 / +1 lines)
Lines 306-312 Link Here
306
	fi
306
	fi
307
307
308
	# Remove static library
308
	# Remove static library
309
	rm "${ED}"/usr/$(get_libdir)/libpython*.a || die
309
	for x in $(ls "${ED}"/usr/$(get_libdir)/libpython*.a | grep -v dll.a) ; do 	rm "${x}" ; done || die
310
310
311
	sed \
311
	sed \
312
		-e "s/\(CONFIGURE_LDFLAGS=\).*/\1/" \
312
		-e "s/\(CONFIGURE_LDFLAGS=\).*/\1/" \

Return to bug 797259