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

Collapse All | Expand All

(-)a/bin/9l (-1 / +1 lines)
Lines 19-25 case "$tag" in Link Here
19
	5.2.*)
19
	5.2.*)
20
		extralibs="$extralibs -lkse"
20
		extralibs="$extralibs -lkse"
21
		;;
21
		;;
22
	[5-9].*)
22
	[5-9].*|10.*)
23
		extralibs="$extralibs -lpthread"
23
		extralibs="$extralibs -lpthread"
24
		;;
24
		;;
25
	esac
25
	esac

Return to bug 567260