mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
autofs: set some paths for configure script
The configure script used by autofs tries to detect paths on the build system. Avoid it by presetting fixed values. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
2462268fed
commit
1a3ab20ac6
@@ -47,13 +47,19 @@ PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
||||
EXTRA_OEMAKE = "DONTSTRIP=1"
|
||||
EXTRA_OECONF += "--disable-mount-locking \
|
||||
--enable-ignore-busy --with-openldap=no \
|
||||
--with-confdir=${sysconfdir}/default \
|
||||
--with-fifodir=/run \
|
||||
--with-flagdir=/run \
|
||||
--with-sasl=no --with-libtirpc \
|
||||
--with-mapdir=${sysconfdir} \
|
||||
--with-path=${STAGING_BINDIR_NATIVE} \
|
||||
--with-fifodir=${localstatedir}/run \
|
||||
--with-flagdir=${localstatedir}/run \
|
||||
"
|
||||
CACHED_CONFIGUREVARS = "ac_cv_path_RANLIB=${RANLIB} \
|
||||
ac_cv_path_RPCGEN=rpcgen \
|
||||
initdir=${INIT_D_DIR} \
|
||||
piddir=/run \
|
||||
"
|
||||
|
||||
do_configure_prepend () {
|
||||
|
||||
Reference in New Issue
Block a user