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

Collapse All | Expand All

(-)a/net-nds/openldap/openldap-2.4.35-r1.ebuild (-2 / +5 lines)
Lines 22-28 KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~a Link Here
22
IUSE_DAEMON="crypt icu samba slp tcpd experimental minimal"
22
IUSE_DAEMON="crypt icu samba slp tcpd experimental minimal"
23
IUSE_BACKEND="+berkdb"
23
IUSE_BACKEND="+berkdb"
24
IUSE_OVERLAY="overlays perl"
24
IUSE_OVERLAY="overlays perl"
25
IUSE_OPTIONAL="gnutls iodbc sasl ssl odbc debug ipv6 +syslog selinux"
25
IUSE_OPTIONAL="gnutls iodbc sasl ssl odbc debug ipv6 +syslog selinux static-libs"
26
IUSE_CONTRIB="smbkrb5passwd kerberos"
26
IUSE_CONTRIB="smbkrb5passwd kerberos"
27
IUSE_CONTRIB="${IUSE_CONTRIB} -cxx"
27
IUSE_CONTRIB="${IUSE_CONTRIB} -cxx"
28
IUSE="${IUSE_DAEMON} ${IUSE_BACKEND} ${IUSE_OVERLAY} ${IUSE_OPTIONAL} ${IUSE_CONTRIB}"
28
IUSE="${IUSE_DAEMON} ${IUSE_BACKEND} ${IUSE_OVERLAY} ${IUSE_OPTIONAL} ${IUSE_CONTRIB}"
Lines 384-390 src_configure() { Link Here
384
384
385
	myconf="${myconf} --with-tls=${ssl_lib}"
385
	myconf="${myconf} --with-tls=${ssl_lib}"
386
386
387
	for basicflag in dynamic local proctitle shared static; do
387
	for basicflag in dynamic local proctitle shared; do
388
		myconf="${myconf} --enable-${basicflag}"
388
		myconf="${myconf} --enable-${basicflag}"
389
	done
389
	done
390
390
Lines 395-400 src_configure() { Link Here
395
	STRIP=/bin/true \
395
	STRIP=/bin/true \
396
	econf \
396
	econf \
397
		--libexecdir="${EPREFIX}"/usr/$(get_libdir)/openldap \
397
		--libexecdir="${EPREFIX}"/usr/$(get_libdir)/openldap \
398
		$(use_enable static-libs static) \
398
		${myconf} || die "econf failed"
399
		${myconf} || die "econf failed"
399
}
400
}
400
401
Lines 528-533 src_install() { Link Here
528
	lt="${S}/libtool"
529
	lt="${S}/libtool"
529
	emake DESTDIR="${D}" SHELL="${EPREFIX}"/bin/bash install || die "make install failed"
530
	emake DESTDIR="${D}" SHELL="${EPREFIX}"/bin/bash install || die "make install failed"
530
531
532
	use static-libs || prune_libtool_files --all
533
531
	dodoc ANNOUNCEMENT CHANGES COPYRIGHT README "${FILESDIR}"/DB_CONFIG.fast.example
534
	dodoc ANNOUNCEMENT CHANGES COPYRIGHT README "${FILESDIR}"/DB_CONFIG.fast.example
532
	docinto rfc ; dodoc doc/rfc/*.txt
535
	docinto rfc ; dodoc doc/rfc/*.txt
533
536

Return to bug 405167