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

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- /usr/portage/sys-libs/readline/readline-6.0_p4.ebuild
0
++ readline-6.0_p4.ebuild
Lines 73-79 src_compile() { Link Here
73
73
74
	if ! tc-is-cross-compiler ; then
74
	if ! tc-is-cross-compiler ; then
75
		cd examples/rlfe
75
		cd examples/rlfe
76
		append-ldflags -Lreadline
76
		append-ldflags -Lreadline/shlib
77
		ln -s libhistory.so.${MY_PV} readline/shlib/libhistory.so
78
		ln -s libreadline.so.${MY_PV} readline/shlib/libreadline.so
77
		econf || die
79
		econf || die
78
		emake || die "make rlfe failed"
80
		emake || die "make rlfe failed"
79
	fi
81
	fi

Return to bug 284568