Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] autofs: force hesiod and kerberos off
@ 2016-06-19  3:25 Gustavo Zacarias
  2016-06-19  3:25 ` [Buildroot] [PATCH 2/2] autofs: fix build for old glibc toolchains Gustavo Zacarias
  2016-06-19  8:55 ` [Buildroot] [PATCH 1/2] autofs: force hesiod and kerberos off Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2016-06-19  3:25 UTC (permalink / raw)
  To: buildroot

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>
---
 package/autofs/autofs.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/autofs/autofs.mk b/package/autofs/autofs.mk
index 622bbe0..8206720 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
 
-- 
2.7.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-06-19  8:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-19  3:25 [Buildroot] [PATCH 1/2] autofs: force hesiod and kerberos off Gustavo Zacarias
2016-06-19  3:25 ` [Buildroot] [PATCH 2/2] autofs: fix build for old glibc toolchains Gustavo Zacarias
2016-06-19  8:55   ` Thomas Petazzoni
2016-06-19  8:55 ` [Buildroot] [PATCH 1/2] autofs: force hesiod and kerberos off Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox