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

Collapse All | Expand All

(-)/usr/portage/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.41.1.ebuild (+7 lines)
Lines 39-48 Link Here
39
		*)         libtype=elf;;
39
		*)         libtype=elf;;
40
	esac
40
	esac
41
41
42
	# Added to fix bug #232601
43
	local myconf
44
	if [[ $(gcc-fullversion) > 4.2.3 ]] && gcc-specs-pie ; then 
45
		myconf="--with-ccopts=-fPIC"
46
	fi
47
	
42
	econf \
48
	econf \
43
		--enable-${libtype}-shlibs \
49
		--enable-${libtype}-shlibs \
44
		$(use_enable !elibc_uclibc tls) \
50
		$(use_enable !elibc_uclibc tls) \
45
		$(use_enable nls) \
51
		$(use_enable nls) \
52
		${myconf} \
46
		|| die
53
		|| die
47
	emake || die
54
	emake || die
48
}
55
}

Return to bug 232601