aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/krb
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2009-08-19 18:20:08 +0200
committerFlorian Boor <florian.boor@kernelconcepts.de>2009-08-21 13:34:28 +0200
commit44b1c634f652ceb4bd767642698f020bf1a9aca7 (patch)
tree9733f35b1581687a3a1f08c699ac3bb443edf5c6 /recipes/krb
parent21f2f42e85065ac7379873ffd2b54a45a4cbbf1d (diff)
downloadopenembedded-44b1c634f652ceb4bd767642698f020bf1a9aca7.tar.gz
krb5: Disable tcl in configuration in order to avoid pulling in host includes.
Diffstat (limited to 'recipes/krb')
-rw-r--r--recipes/krb/krb5_1.6.3.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/krb/krb5_1.6.3.bb b/recipes/krb/krb5_1.6.3.bb
index f11bdb2192..9afef6bf1b 100644
--- a/recipes/krb/krb5_1.6.3.bb
+++ b/recipes/krb/krb5_1.6.3.bb
@@ -10,10 +10,11 @@ inherit autotools binconfig
SRC_URI = "http://web.mit.edu/kerberos/dist/krb5/1.6/krb5-1.6.3-signed.tar \
file://fix-uclibc-ruserpass-collision.patch \
file://copyperms.patch"
+
S = "${WORKDIR}/${PN}-${PV}/src/"
# Will clean this up...
-EXTRA_OECONF += " krb5_cv_attr_constructor_destructor=yes ac_cv_func_regcomp=yes \
+EXTRA_OECONF += " --without-tcl krb5_cv_attr_constructor_destructor=yes ac_cv_func_regcomp=yes \
ac_cv_printf_positional=yes ac_cv_file__etc_environment=yes \
ac_cv_file__etc_TIMEZONE=no --with-system-et"
CFLAGS_append += "-DDESTRUCTOR_ATTR_WORKS=1 -I${STAGING_INCDIR}/et"