summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-03-19 22:33:29 +0000
committerSam James <sam@gentoo.org>2022-03-19 22:39:00 +0000
commit51bf3e80b543fcfbbc7894463b8ce72a459d0b32 (patch)
treea91b645b56a9cc5e0e150e9df699a8de240af7b1 /net-nds
parentapp-containers/cosign: restrict tests in 1.6.0 (diff)
downloadgentoo-51bf3e80b543fcfbbc7894463b8ce72a459d0b32.tar.gz
gentoo-51bf3e80b543fcfbbc7894463b8ce72a459d0b32.tar.bz2
gentoo-51bf3e80b543fcfbbc7894463b8ce72a459d0b32.zip
net-nds/openldap: fix hang in configure
Issue was in the system mdb patch. Closes: https://bugs.gentoo.org/835639 Signed-off-by: David Seifert <soap@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/openldap/files/openldap-2.6.1-system-mdb.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nds/openldap/files/openldap-2.6.1-system-mdb.patch b/net-nds/openldap/files/openldap-2.6.1-system-mdb.patch
index 55a2253a8fa0..ad8aaba0157a 100644
--- a/net-nds/openldap/files/openldap-2.6.1-system-mdb.patch
+++ b/net-nds/openldap/files/openldap-2.6.1-system-mdb.patch
@@ -74,7 +74,7 @@ index 9012d0b28..52dd72eb6 100644
+dnl ----------------------------------------------------------------
+ol_link_mdb=no
+
-+if test $ol_enable_mdb != no; then
++AS_IF([test x$ol_enable_mdb != xno], [
+ OL_MDB
+
+ if test $ol_cv_mdb = no ; then
@@ -93,7 +93,7 @@ index 9012d0b28..52dd72eb6 100644
+ SLAPD_LIBS="$SLAPD_LIBS \$(MDB_LIBS)"
+
+ ol_link_mdb=yes
-+fi
++])
+
+dnl ----------------------------------------------------------------
+