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

Collapse All | Expand All

(-)pam-1.0.3.ebuild (+9 lines)
Lines 145-150 src_compile() { Link Here
145
		--disable-prelude \
145
		--disable-prelude \
146
		--disable-regenerate-man \
146
		--disable-regenerate-man \
147
		${myconf} || die "econf failed"
147
		${myconf} || die "econf failed"
148
149
	# If cross-compiling, then build padout with the host CC
150
	# See #206166
151
	if tc-is-cross-compiler; then
152
		cd "${S}"/doc/specs
153
		emake CC="$(tc-getBUILD_CC)" \
154
		      CFLAGS="" LDFLAGS="" padout || die "Native padout build failed"
155
	fi
156
148
	emake sepermitlockdir="/var/run/sepermit" || die "emake failed"
157
	emake sepermitlockdir="/var/run/sepermit" || die "emake failed"
149
}
158
}
150
159

Return to bug 206166