autofs: pass systemd directory to configure

Otherwise, configure will try to auto-detect using host paths.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
Andreas Oberritter 2013-10-17 13:45:14 +02:00 committed by Joe MacDonald
parent d96c23b4cb
commit 8677de717b

View File

@ -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 () {