Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 719736
Collapse All | Expand All

(-)a/sys-devel/lld/lld-11.0.0.ebuild (-2 / +2 lines)
Lines 36-42 pkg_setup() { Link Here
36
36
37
src_configure() {
37
src_configure() {
38
	local mycmakeargs=(
38
	local mycmakeargs=(
39
		-DBUILD_SHARED_LIBS=OFF
39
		-DBUILD_SHARED_LIBS=ON
40
40
41
		-DLLVM_INCLUDE_TESTS=$(usex test)
41
		-DLLVM_INCLUDE_TESTS=$(usex test)
42
	)
42
	)
Lines 59-63 src_test() { Link Here
59
src_install() {
59
src_install() {
60
	cmake_src_install
60
	cmake_src_install
61
	# LLD has no shared libraries, so strip it all for the time being
61
	# LLD has no shared libraries, so strip it all for the time being
62
	rm -r "${ED}"/usr/{include,lib*} || die
62
	# rm -r "${ED}"/usr/{include,lib*} || die
63
}
63
}

Return to bug 719736