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

(-)bootstrap-prefix.sh (+4 lines)
Lines 1804-1809 Link Here
1804
		chmod +x "${ROOT}"/sbin/openrc-run
1804
		chmod +x "${ROOT}"/sbin/openrc-run
1805
	fi
1805
	fi
1806
1806
1807
	#libpthread has undefined references when building app-admin/metalog #670757
1808
	mkdir -p $EPREFIX/tmp/etc/portage/env
1809
	echo 'LDFLAGS="$LD_FLAGS -lpthread"' > $EPREFIX/tmp/etc/portage/env/metalog-pthread
1810
	echo "app-admin/metalog metalog-pthread" > $EPREFIX/tmp/etc/portage/package.env
1807
	# gettext pulls in portage, which since 2.2.28 needs ssl enabled, so
1811
	# gettext pulls in portage, which since 2.2.28 needs ssl enabled, so
1808
	# we need to lift our mask for that. (USE=ssl)
1812
	# we need to lift our mask for that. (USE=ssl)
1809
	pkgs=(
1813
	pkgs=(

Return to bug 670757