autofs: pass systemd directory to configure
authorAndreas Oberritter <obi@opendreambox.org>
Thu, 17 Oct 2013 11:45:14 +0000 (13:45 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:34:02 +0000 (08:34 -0800)
Otherwise, configure will try to auto-detect using host paths.

(From meta-openembedded rev: 8677de717bcd9b4e073ff4e09abe6f456baafd52)

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb

index 0c66ebc..905be40 100644 (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 () {