commit:     6d9162a93410fff29ead70a1a421ed7f8db7b974
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 12 11:54:26 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 12 11:54:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9162a9

apache-2.eclass: set PCRE_CONFIG as well

Bug: https://bugs.gentoo.org/932162
Bug: https://bugs.gentoo.org/938091
Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/apache-2.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass
index 5ac8b7d9fccb..74965b28f60e 100644
--- a/eclass/apache-2.eclass
+++ b/eclass/apache-2.eclass
@@ -554,8 +554,8 @@ apache-2_src_configure() {
                --enable-layout=Gentoo
        )
 
+       export PCRE_CONFIG="${T}"/pcre2-config
        export ac_cv_prog_ac_ct_PCRE_CONFIG="${T}"/pcre2-config
-
        MY_CONF+=(
                --without-pcre
                --with-pcre2="${T}"/pcre2-config

Reply via email to