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

(-)/usr/portage/net-nds/openldap/openldap-2.4.33.ebuild (-3 / +6 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2012 Gentoo Foundation
1
# Copyright 1999-2012 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.33.ebuild,v 1.1 2012/10/16 19:56:01 robbat2 Exp $
3
# $Header: $
4
4
5
EAPI="4"
5
EAPI="4"
6
6
Lines 22-28 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 382-388 Link Here
382
382
383
	myconf="${myconf} --with-tls=${ssl_lib}"
383
	myconf="${myconf} --with-tls=${ssl_lib}"
384
384
385
	for basicflag in dynamic local proctitle shared static; do
385
	for basicflag in dynamic local proctitle shared; do
386
		myconf="${myconf} --enable-${basicflag}"
386
		myconf="${myconf} --enable-${basicflag}"
387
	done
387
	done
388
388
Lines 393-398 Link Here
393
	STRIP=/bin/true \
393
	STRIP=/bin/true \
394
	econf \
394
	econf \
395
		--libexecdir="${EPREFIX}"/usr/$(get_libdir)/openldap \
395
		--libexecdir="${EPREFIX}"/usr/$(get_libdir)/openldap \
396
		$(use_enable static-libs static) \
396
		${myconf} || die "econf failed"
397
		${myconf} || die "econf failed"
397
}
398
}
398
399
Lines 526-531 Link Here
526
	lt="${S}/libtool"
527
	lt="${S}/libtool"
527
	emake DESTDIR="${D}" SHELL="${EPREFIX}"/bin/bash install || die "make install failed"
528
	emake DESTDIR="${D}" SHELL="${EPREFIX}"/bin/bash install || die "make install failed"
528
529
530
	find "${ED}"/usr/$(get_libdir) -maxdepth 1 '(' -name '*.la' ')' -print0 | xargs -0 rm -f
531
529
	dodoc ANNOUNCEMENT CHANGES COPYRIGHT README "${FILESDIR}"/DB_CONFIG.fast.example
532
	dodoc ANNOUNCEMENT CHANGES COPYRIGHT README "${FILESDIR}"/DB_CONFIG.fast.example
530
	docinto rfc ; dodoc doc/rfc/*.txt
533
	docinto rfc ; dodoc doc/rfc/*.txt
531
534

Return to bug 405167