summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-nds/openldap/openldap-2.2.23-r1.ebuild')
-rw-r--r--net-nds/openldap/openldap-2.2.23-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-nds/openldap/openldap-2.2.23-r1.ebuild b/net-nds/openldap/openldap-2.2.23-r1.ebuild
index ed04e5af95fa..8d3b756e8e07 100644
--- a/net-nds/openldap/openldap-2.2.23-r1.ebuild
+++ b/net-nds/openldap/openldap-2.2.23-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.2.23-r1.ebuild,v 1.2 2005/02/15 20:13:05 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.2.23-r1.ebuild,v 1.3 2005/02/17 17:44:57 robbat2 Exp $
inherit toolchain-funcs eutils
@@ -170,6 +170,8 @@ src_compile() {
myconf="${myconf} `use_with ssl tls` `use_with samba lmpasswd`"
econf \
+ --enable-static \
+ --enable-shared \
--libexecdir=/usr/lib/openldap \
${myconf} || die "configure failed"