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

(-)/usr/portage/dev-libs/cyrus-sasl/cyrus-sasl-2.1.23-r4.ebuild (-1 / +5 lines)
Lines 17-23 Link Here
17
LICENSE="as-is"
17
LICENSE="as-is"
18
SLOT="2"
18
SLOT="2"
19
KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd"
19
KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd"
20
IUSE="authdaemond berkdb crypt gdbm kerberos openldap mysql ntlm_unsupported_patch pam postgres sample srp ssl urandom"
20
IUSE="authdaemond berkdb crypt gdbm kerberos openldap mysql ntlm_unsupported_patch pam postgres sample srp ssl static urandom"
21
21
22
DEPEND="authdaemond? ( || ( >=net-mail/courier-imap-3.0.7 >=mail-mta/courier-0.46 ) )
22
DEPEND="authdaemond? ( || ( >=net-mail/courier-imap-3.0.7 >=mail-mta/courier-0.46 ) )
23
	berkdb? ( >=sys-libs/db-3.2 )
23
	berkdb? ( >=sys-libs/db-3.2 )
Lines 148-157 Link Here
148
		$(use_with mysql) \
148
		$(use_with mysql) \
149
		$(use_with postgres pgsql) \
149
		$(use_with postgres pgsql) \
150
		$(use_enable srp) \
150
		$(use_enable srp) \
151
		$(use_enable static) \
151
		${myconf}
152
		${myconf}
152
}
153
}
153
154
154
src_compile() {
155
src_compile() {
156
	use static \
157
	  && { emake -C lib db_none.o || die "emake db_none.o failed" ; }
158
155
	# We force -j1 for bug #110066.
159
	# We force -j1 for bug #110066.
156
	emake -j1 || die "emake failed"
160
	emake -j1 || die "emake failed"
157
161

Return to bug 94137