From 8677de717bcd9b4e073ff4e09abe6f456baafd52 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Thu, 17 Oct 2013 13:45:14 +0200 Subject: autofs: pass systemd directory to configure Otherwise, configure will try to auto-detect using host paths. Signed-off-by: Andreas Oberritter Signed-off-by: Joe MacDonald --- meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-networking') diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb index 0c66ebc3d9..905be40cda 100644 --- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb +++ b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb @@ -85,6 +85,7 @@ EXTRA_OECONF += "--disable-mount-locking \ " CACHED_CONFIGUREVARS = "ac_cv_path_RANLIB=${RANLIB} \ ac_cv_path_RPCGEN=rpcgen \ + systemddir=${systemd_unitdir}/system \ " do_configure_prepend () { -- cgit 1.2.3-korg