summaryrefslogtreecommitdiff
path: root/net-nds/openldap/openldap-2.4.56.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-nds/openldap/openldap-2.4.56.ebuild')
-rw-r--r--net-nds/openldap/openldap-2.4.56.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-nds/openldap/openldap-2.4.56.ebuild b/net-nds/openldap/openldap-2.4.56.ebuild
index 229f43df9b21..9aad8b8fec36 100644
--- a/net-nds/openldap/openldap-2.4.56.ebuild
+++ b/net-nds/openldap/openldap-2.4.56.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -379,6 +379,8 @@ src_prepare() {
-e 's|/bin/sh|/bin/bash|g' \
-i tests/scripts/* || die "sed failed"
+ # Required for autoconf-2.70 #765043
+ sed 's@^AM_INIT_AUTOMAKE.*@AC_PROG_MAKE_SET@' -i configure.in || die
AT_NOEAUTOMAKE=yes eautoreconf
}