diff options
-rw-r--r-- | meta-networking/recipes-daemons/autofs/autofs_5.1.6.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.1.6.bb b/meta-networking/recipes-daemons/autofs/autofs_5.1.6.bb index aeadc9d5dd..4f61562731 100644 --- a/meta-networking/recipes-daemons/autofs/autofs_5.1.6.bb +++ b/meta-networking/recipes-daemons/autofs/autofs_5.1.6.bb | |||
@@ -47,13 +47,19 @@ PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | |||
47 | EXTRA_OEMAKE = "DONTSTRIP=1" | 47 | EXTRA_OEMAKE = "DONTSTRIP=1" |
48 | EXTRA_OECONF += "--disable-mount-locking \ | 48 | EXTRA_OECONF += "--disable-mount-locking \ |
49 | --enable-ignore-busy --with-openldap=no \ | 49 | --enable-ignore-busy --with-openldap=no \ |
50 | --with-confdir=${sysconfdir}/default \ | ||
51 | --with-fifodir=/run \ | ||
52 | --with-flagdir=/run \ | ||
50 | --with-sasl=no --with-libtirpc \ | 53 | --with-sasl=no --with-libtirpc \ |
54 | --with-mapdir=${sysconfdir} \ | ||
51 | --with-path=${STAGING_BINDIR_NATIVE} \ | 55 | --with-path=${STAGING_BINDIR_NATIVE} \ |
52 | --with-fifodir=${localstatedir}/run \ | 56 | --with-fifodir=${localstatedir}/run \ |
53 | --with-flagdir=${localstatedir}/run \ | 57 | --with-flagdir=${localstatedir}/run \ |
54 | " | 58 | " |
55 | CACHED_CONFIGUREVARS = "ac_cv_path_RANLIB=${RANLIB} \ | 59 | CACHED_CONFIGUREVARS = "ac_cv_path_RANLIB=${RANLIB} \ |
56 | ac_cv_path_RPCGEN=rpcgen \ | 60 | ac_cv_path_RPCGEN=rpcgen \ |
61 | initdir=${INIT_D_DIR} \ | ||
62 | piddir=/run \ | ||
57 | " | 63 | " |
58 | 64 | ||
59 | do_configure_prepend () { | 65 | do_configure_prepend () { |