summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/tcltk/tcl_9.0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_9.0.1.bb b/meta/recipes-devtools/tcltk/tcl_9.0.1.bb
index 0ba7288a60..485b293768 100644
--- a/meta/recipes-devtools/tcltk/tcl_9.0.1.bb
+++ b/meta/recipes-devtools/tcltk/tcl_9.0.1.bb
@@ -37,7 +37,7 @@ inherit autotools ptest binconfig
37AUTOTOOLS_SCRIPT_PATH = "${S}/unix" 37AUTOTOOLS_SCRIPT_PATH = "${S}/unix"
38EXTRA_AUTORECONF = "--exclude=aclocal" 38EXTRA_AUTORECONF = "--exclude=aclocal"
39 39
40EXTRA_OECONF = "--disable-rpath --enable-man-suffix=tcl9" 40EXTRA_OECONF = "--disable-rpath --enable-man-suffix=tcl9 --disable-zipfs"
41 41
42# Prevent installing copy of tzdata based on tzdata installation on the build host 42# Prevent installing copy of tzdata based on tzdata installation on the build host
43# It doesn't install tzdata if one of the following files exist on the host: 43# It doesn't install tzdata if one of the following files exist on the host: