浏览代码

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>
Gustavo Zacarias 9 年之前
父节点
当前提交
a5ea4d3d06
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      package/autofs/autofs.mk

+ 3 - 1
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