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

Collapse All | Expand All

(-)bash-2.05b-r9.ebuild.orig (+6 lines)
Lines 81-86 Link Here
81
		--with-curses \
81
		--with-curses \
82
		--without-gnu-malloc \
82
		--without-gnu-malloc \
83
		${myconf} || die
83
		${myconf} || die
84
	
85
	# need this to compile with CFLAGS="-pie" on amd64
86
	# does not apply to all archs, as specific library is static
87
	if [ ${ARCH} = "amd64" ]; then
88
		is-flag -pie && CFLAGS_FOR_BUILD="-g -fPIC"
89
	fi
84
90
85
	make || die
91
	make || die
86
}
92
}

Return to bug 46326