[Buildroot] [git commit] package/lxc: fix build without linux-pam

Yann E. MORIN yann.morin.1998 at free.fr
Sun Jul 17 21:24:42 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=6bb54bf8357300755a590ce5da5c11fdb18aca82
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fix typo added by commit
86deafe8635738c3f9efcbda5b22883504d59129:

make: *** No rule to make target '--disable-pam', needed by '/nvmedata/autobuild/instance-0/output-1/build/lxc-4.0.12/.stamp_configured'.  Stop.

Fixes:
 - http://autobuild.buildroot.org/results/ce1be5a8152f7c9aa0f6e59abff035f97a3fd423

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/lxc/lxc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/lxc/lxc.mk b/package/lxc/lxc.mk
index abe4f0804a..cece27411e 100644
--- a/package/lxc/lxc.mk
+++ b/package/lxc/lxc.mk
@@ -55,7 +55,7 @@ ifeq ($(BR2_PACKAGE_LINUX_PAM),y)
 LXC_CONF_OPTS += --enable-pam
 LXC_DEPENDENCIES += linux-pam
 else
-LXC_DEPENDENCIES += --disable-pam
+LXC_CONF_OPTS += --disable-pam
 endif
 
 ifeq ($(BR2_PACKAGE_OPENSSL),y)



More information about the buildroot mailing list