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

Collapse All | Expand All

(-)configure.old (+1 lines)
Lines 15911-15916 Link Here
15911
LIBC_VERSION=$(
15911
LIBC_VERSION=$(
15912
	$READELF -d libctest | \
15912
	$READELF -d libctest | \
15913
	$EGREP NEEDED.*libc\\.so | \
15913
	$EGREP NEEDED.*libc\\.so | \
15914
	$EGREP -v \\[ld- | \
15914
	$AWK '{print $NF}' | sed -e 's:\[::' -e 's:\]::'
15915
	$AWK '{print $NF}' | sed -e 's:\[::' -e 's:\]::'
15915
)
15916
)
15916
rm -f libctest*
15917
rm -f libctest*

Return to bug 275725