psplash: Changed to 1.72RC
[openembedded.git] / recipes / krb / krb5_1.6.3.bb
index f11bdb2..b415d32 100644 (file)
@@ -3,17 +3,18 @@ HOMEPAGE = "http://web.mit.edu/Kerberos/"
 SECTION = "console/network"
 PR = "r6"
 LICENSE = "MIT"
-DEPENDS = "perl-native ncurses e2fsprogs-libs e2fsprogs-native"
+DEPENDS = "perl-native ncurses util-linux-ng e2fsprogs-native"
 
 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"