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 (+5 lines)
Lines 43-48 Link Here
43
	# Fix parallel make, bug #41002.
43
	# Fix parallel make, bug #41002.
44
	epatch ${FILESDIR}/${P}-parallel-build.patch
44
	epatch ${FILESDIR}/${P}-parallel-build.patch
45
45
46
        # needs this to compile with CFLAGS="-pie" on amd64
47
        if [ ${ARCH} = "amd64" ]; then
48
                is-flag -pie && epatch ${FILESDIR}/${P}-amd64-pie-fPIC.patch
49
        fi
50
46
	# Enable SSH_SOURCE_BASHRC (#24762)
51
	# Enable SSH_SOURCE_BASHRC (#24762)
47
	sed -e 's:^.*\(#define SSH_SOURCE_BASHRC\).*$:\1:' \
52
	sed -e 's:^.*\(#define SSH_SOURCE_BASHRC\).*$:\1:' \
48
		-i config-top.h
53
		-i config-top.h

Return to bug 46326