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

Collapse All | Expand All

(-)file_not_specified_in_diff (-7 / +5 lines)
Line  Link Here
0
-- a/sys-apps/util-linux/util-linux-2.35_rc1.ebuild
0
++ b/sys-apps/util-linux/util-linux-2.35_rc1.ebuild
Lines 92-103 src_prepare() { Link Here
92
		eautoreconf
92
		eautoreconf
93
	fi
93
	fi
94
94
95
	# Undo bad ncurses handling by upstream. #601530
96
	sed -i -E \
97
		-e '/NCURSES_/s:(ncursesw?)[56]-config:$PKG_CONFIG \1:' \
98
		-e 's:(ncursesw?)[56]-config --version:$PKG_CONFIG --exists --print-errors \1:' \
99
		configure || die
100
101
	elibtoolize
95
	elibtoolize
102
}
96
}
103
97
Lines 144-149 multilib_src_configure() { Link Here
144
	export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) #485486
138
	export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) #485486
145
	export ac_cv_header_security_pam_appl_h=$(multilib_native_usex pam) #545042
139
	export ac_cv_header_security_pam_appl_h=$(multilib_native_usex pam) #545042
146
140
141
	# Undo bad ncurses handling by upstream. Fall back to pkg-config. #601530
142
	export NCURSES6_CONFIG=false NCURSES5_CONFIG=false
143
	export NCURSESW6_CONFIG=false NCURSESW5_CONFIG=false
144
147
	# configure args shared by python and non-python builds
145
	# configure args shared by python and non-python builds
148
	local commonargs=(
146
	local commonargs=(
149
		--enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin"
147
		--enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin"

Return to bug 654034