View | Details | Raw Unified
Collapse All | Expand All

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