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

(-)zsh-4.3.4.ebuild (-2 / +7 lines)
Lines 40-47 Link Here
40
src_compile() {
40
src_compile() {
41
	local myconf
41
	local myconf
42
42
43
	use static && myconf="${myconf} --disable-dynamic" \
43
	if use static ; then
44
		&& LDFLAGS="${LDFLAGS} -static"
44
		myconf="${myconf} --disable-dynamic"
45
		LDFLAGS="${LDFLAGS} -static"
46
	else
47
		# bug 188930
48
		use elibc_FreeBSD && export EXTRA_LDFLAGS="-rdynamic"
49
	fi
45
50
46
	econf \
51
	econf \
47
		--bindir=/bin \
52
		--bindir=/bin \

Return to bug 188930