autofs: force hesiod and kerberos off
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Sun, 19 Jun 2016 03:25:11 +0000 (00:25 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 19 Jun 2016 08:54:48 +0000 (10:54 +0200)
Since we don't have such packages in buildroot it can pick up the distro
config scripts and pollute the include path.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/autofs/autofs.mk

index 622bbe01b19e8e40c54f9e4465cd2e6abf92d615..8206720f821c2925cfa1d05977f5a3cb5c18278a 100644 (file)
@@ -14,6 +14,7 @@ AUTOFS_DEPENDENCIES = host-flex host-bison
 # autofs looks on the build machine for the path of modprobe, so tell
 # it explicitly where it will be located on the target.
 AUTOFS_CONF_ENV = \
+       ac_cv_path_KRB5_CONFIG=no \
        ac_cv_path_MODPROBE=/sbin/modprobe
 
 # instead of looking in the PATH like any reasonable package, autofs
@@ -24,7 +25,8 @@ AUTOFS_CONF_OPTS = \
        --enable-ignore-busy \
        --without-openldap \
        --without-sasl \
-       --with-path="$(BR_PATH)"
+       --with-path="$(BR_PATH)" \
+       --with-hesiod=no
 
 AUTOFS_MAKE_ENV = DONTSTRIP=1