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

Collapse All | Expand All

(-)a/app-shells/bash/bash-4.2_p10.ebuild (+4 lines)
Lines 103-108 Link Here
103
	# sucks bad compared to ncurses
103
	# sucks bad compared to ncurses
104
	myconf="${myconf} --with-curses"
104
	myconf="${myconf} --with-curses"
105
105
106
	# bug #378941, don't use host's LDFLAGS for build-time
107
	# binaries. Fixes portage-multilib.
108
	myconf="${myconf} LDFLAGS_FOR_BUILD="
109
106
	use plugins && append-ldflags -Wl,-rpath,/usr/$(get_libdir)/bash
110
	use plugins && append-ldflags -Wl,-rpath,/usr/$(get_libdir)/bash
107
	econf \
111
	econf \
108
		$(use_with afs) \
112
		$(use_with afs) \

Return to bug 378941