1 ################################################################################
5 ################################################################################
8 AUTOFS_SOURCE
= autofs-
$(AUTOFS_VERSION
).
tar.xz
9 AUTOFS_SITE
= $(BR2_KERNEL_MIRROR
)/linux
/daemons
/autofs
/v5
10 AUTOFS_LICENSE
= GPLv2
+
11 AUTOFS_LICENSE_FILES
= COPYING COPYRIGHT
12 AUTOFS_DEPENDENCIES
= host-flex host-bison
13 # For 0002-autofs-configure-check-for-clock_gettime-in-librt.patch and
14 # 0003-configure-add-cache-variable-for-Linux-proc-filesyst.patch.
15 AUTOFS_AUTORECONF
= YES
17 # autofs looks on the build machine for the path of modprobe, so tell
18 # it explicitly where it will be located on the target.
20 ac_cv_path_KRB5_CONFIG
=no \
21 ac_cv_path_MODPROBE
=/sbin
/modprobe \
22 ac_cv_linux_procfs
=yes
24 # instead of looking in the PATH like any reasonable package, autofs
25 # configure looks only in an hardcoded search path for host tools,
26 # which we have to override with --with-path.
28 --disable-mount-locking \
29 --enable-ignore-busy \
32 --with-path
="$(BR_PATH)" \
35 AUTOFS_MAKE_ENV
= DONTSTRIP
=1
37 $(eval
$(autotools-package
))