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

Collapse All | Expand All

(-)a/sys-libs/pam/pam-1.3.1_p20200128.ebuild (-1 / +3 lines)
Lines 59-66 multilib_src_configure() { Link Here
59
59
60
	local myconf=(
60
	local myconf=(
61
		--with-db-uniquename=-$(db_findver sys-libs/db)
61
		--with-db-uniquename=-$(db_findver sys-libs/db)
62
		--with-xml-catalog="${EPREFIX}"/etc/xml/catalog
62
		--enable-securedir="${EPREFIX}"/$(get_libdir)/security
63
		--enable-securedir="${EPREFIX}"/$(get_libdir)/security
63
		--libdir=/usr/$(get_libdir)
64
		--libdir="${EPREFIX}"/usr/$(get_libdir)
65
		--exec-prefix="${EPREFIX}"
64
		--disable-prelude
66
		--disable-prelude
65
		--enable-doc
67
		--enable-doc
66
		$(use_enable audit)
68
		$(use_enable audit)

Return to bug 709924