From 3c2c9408ae54b4f525b75bb896cacce1e2281da8 Mon Sep 17 00:00:00 2001 From: Jim Klimov Date: Fri, 24 Jan 2025 10:34:29 +0000 Subject: [PATCH] Makefile.am: embed PKG_CONFIG_PATH we were built with into DISTCHECK_CONFIGURE_FLAGS Signed-off-by: Jim Klimov --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index d5bb7880f3..c8d8b3b2b6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,6 +75,7 @@ DISTCHECK_VALGRIND_FLAGS = --with-all=auto --with-ssl=auto --with-doc=skip --wit # Note: this rule uses envvar DISTCHECK_FLAGS expanded at run-time DISTCHECK_CONFIGURE_FLAGS = ${DISTCHECK_FLAGS} \ + PKG_CONFIG_PATH='@PKG_CONFIG_PATH@' \ --with-systemdsystemunitdir='$${prefix}/lib/systemd/system' \ --with-systemdsystempresetdir='$${prefix}/usr/lib/systemd/system-preset' \ --with-systemdshutdowndir='$${prefix}/lib/systemd/system-shutdown' \