From fe22f567152534fe4c76ba109dd5449bd4867f22 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Thu, 18 May 2023 10:30:28 -0500 Subject: meta-phosphor: pam-ipmi: prep for usrmerge Change If53ea402f1e50416bc8a0e561d42080ea68742f9 is going to require us to pass the `--libdir` configure option so that the install directory of the PAM modules is not hard-coded, but instead relies on the `${base_libdir}` derived by the usrmerge feature. Add this now in preparation. This is the same approach taken by the base PAM recipe. Signed-off-by: Patrick Williams Change-Id: I1a46177f65347521debca54f00145d32872b05b6 --- meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-phosphor') diff --git a/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb b/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb index 62d82c9551..1eb7154e92 100644 --- a/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb +++ b/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb @@ -15,6 +15,8 @@ S = "${WORKDIR}/git" inherit autotools pkgconfig +EXTRA_OECONF += "--libdir=${base_libdir}" + FILES:${PN} += " \ ${base_libdir}/security/ \ ${sysconfdir}/key_file \ -- cgit v1.2.3