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

(-)gentoo/net-nds/openldap/openldap-2.4.40-r3.ebuild~ (+1 lines)
Lines 697-704 Link Here
697
		if use cxx ; then
697
		if use cxx ; then
698
			einfo "Install the ldapc++ library"
698
			einfo "Install the ldapc++ library"
699
			cd "${BUILD_DIR}/contrib/ldapc++" || die
699
			cd "${BUILD_DIR}/contrib/ldapc++" || die
700
			emake DESTDIR="${D}" libexecdir="${EPREFIX}/usr/$(get_libdir)/openldap" install
700
			emake DESTDIR="${D}" libexecdir="${EPREFIX}/usr/$(get_libdir)/openldap" install
701
			use static-libs || prune_libtool_files --all
701
			cd "${S}"/contrib/ldapc++ || die
702
			cd "${S}"/contrib/ldapc++ || die
702
			newdoc README ldapc++-README
703
			newdoc README ldapc++-README
703
		fi
704
		fi
704
705

Return to bug 537418