summaryrefslogtreecommitdiffstats
path: root/package/autofs
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-06-19 00:25:11 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-19 10:54:48 +0200
commita5ea4d3d067185a61e8b2e2657b1274bc4666ec5 (patch)
tree9d8c383c07657e504565c86c417646b5575c3eee /package/autofs
parent9d69514e76f61a20370af3430aa35de55737a104 (diff)
downloadbuildroot-a5ea4d3d067185a61e8b2e2657b1274bc4666ec5.tar.gz
buildroot-a5ea4d3d067185a61e8b2e2657b1274bc4666ec5.zip
autofs: force hesiod and kerberos off
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>
Diffstat (limited to 'package/autofs')
-rw-r--r--package/autofs/autofs.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/autofs/autofs.mk b/package/autofs/autofs.mk
index 622bbe01b1..8206720f82 100644
--- a/package/autofs/autofs.mk
+++ b/package/autofs/autofs.mk
@@ -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
OpenPOWER on IntegriCloud