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

(-)a/sys-libs/libieee1284/libieee1284-0.2.11-r3.ebuild (-1 / +2 lines)
Lines 36-41 multilib_src_configure() { Link Here
36
	local myconf="--without-python"
36
	local myconf="--without-python"
37
	multilib_is_native_abi && myconf="$(use_with python)"
37
	multilib_is_native_abi && myconf="$(use_with python)"
38
38
39
	use elibc_musl && myconf+=" ac_cv_header_sys_io_h=no"
40
39
	ECONF_SOURCE="${S}" econf \
41
	ECONF_SOURCE="${S}" econf \
40
		--enable-shared \
42
		--enable-shared \
41
		$(use_enable static-libs static) \
43
		$(use_enable static-libs static) \
42
- 

Return to bug 590094