summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-09-08 17:42:36 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-09-08 17:42:36 +0000
commit3de053e921e14c3cf83a4eb6fe4afef825ba0a6a (patch)
tree41c9e4c807597d959d0fa3bd83e62174863318e6 /net-nds/openldap/openldap-2.2.28-r1.ebuild
parentMarking 1.4-r1 stable (x86) (diff)
downloadhistorical-3de053e921e14c3cf83a4eb6fe4afef825ba0a6a.tar.gz
historical-3de053e921e14c3cf83a4eb6fe4afef825ba0a6a.tar.bz2
historical-3de053e921e14c3cf83a4eb6fe4afef825ba0a6a.zip
Bug #105209, slightly different NTLM patch, ported by upstream this time, should fix things for other people better :-).
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-nds/openldap/openldap-2.2.28-r1.ebuild')
-rw-r--r--net-nds/openldap/openldap-2.2.28-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-nds/openldap/openldap-2.2.28-r1.ebuild b/net-nds/openldap/openldap-2.2.28-r1.ebuild
index 67dbc6f9c8b2..28a983c5d16b 100644
--- a/net-nds/openldap/openldap-2.2.28-r1.ebuild
+++ b/net-nds/openldap/openldap-2.2.28-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.28-r1.ebuild,v 1.1 2005/09/08 01:11:01 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.2.28-r1.ebuild,v 1.2 2005/09/08 17:42:36 robbat2 Exp $
inherit flag-o-matic toolchain-funcs eutils multilib
@@ -153,7 +153,8 @@ src_unpack() {
#sed -i -e 's,^AC_CONFIG_HEADER,AM_CONFIG_HEADER,' ${S}/configure.in
# ximian connector 1.4.7 ntlm patch
- EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-2.2.28-ximian_connector.patch
+ #EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-2.2.28-ximian_connector.patch
+ EPATCH_OPTS="-p0 -d ${S}" epatch ${FILESDIR}/${PN}-2.2.6-ntlm.patch
# fix up stuff for newer autoconf that simulates autoconf-2.13, but doesn't
# do it perfectly.