From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0AB6315808B for ; Sat, 19 Mar 2022 22:39:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88712E08CD; Sat, 19 Mar 2022 22:39:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E14E1E08C3 for ; Sat, 19 Mar 2022 22:39:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A575B34383A for ; Sat, 19 Mar 2022 22:39:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0183315 for ; Sat, 19 Mar 2022 22:39:18 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1647729540.51bf3e80b543fcfbbc7894463b8ce72a459d0b32.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/openldap/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nds/openldap/files/openldap-2.6.1-system-mdb.patch X-VCS-Directories: net-nds/openldap/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 51bf3e80b543fcfbbc7894463b8ce72a459d0b32 X-VCS-Branch: master Date: Sat, 19 Mar 2022 22:39:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 64dbcec8-6789-42c7-a69d-78d4dad3207d X-Archives-Hash: 5962a4e0aba020257bc2676cc715e2e6 commit: 51bf3e80b543fcfbbc7894463b8ce72a459d0b32 Author: David Seifert gentoo org> AuthorDate: Sat Mar 19 22:33:29 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 19 22:39:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51bf3e80 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 gentoo.org> Signed-off-by: Sam James gentoo.org> net-nds/openldap/files/openldap-2.6.1-system-mdb.patch | 4 ++-- 1 file 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 ---------------------------------------------------------------- +