From 34f2aa03a2e4de0a3fce862979bc3fed10b8f1b1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Dec 2011 08:54:11 +0100 Subject: rrdtool: import from f16 --- rrdtool-1.4.4-fix-tcl-site-option.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 rrdtool-1.4.4-fix-tcl-site-option.patch (limited to 'rrdtool-1.4.4-fix-tcl-site-option.patch') diff --git a/rrdtool-1.4.4-fix-tcl-site-option.patch b/rrdtool-1.4.4-fix-tcl-site-option.patch new file mode 100644 index 0000000..8f38a0e --- /dev/null +++ b/rrdtool-1.4.4-fix-tcl-site-option.patch @@ -0,0 +1,23 @@ +--- rrdtool-1.4.4/configure.old 2010-11-23 14:39:42.000000000 +0100 ++++ rrdtool-1.4.4/configure 2010-11-23 14:40:32.656140783 +0100 +@@ -1036,6 +1036,7 @@ + enable_lua_site_install + enable_tcl + with_tcllib ++enable_tcl_site + enable_python + ' + ac_precious_vars='build_alias +@@ -28584,9 +28585,9 @@ + TCL_INCLUDE_SPEC="$TCL_INCLUDE_SPEC -I$TCL_INC_DIR" + fi + fi +- # Check whether --enable-tcl was given. +-if test "${enable_tcl+set}" = set; then +- enableval=$enable_tcl; ++ # Check whether --enable-tcl-site was given. ++if test "${enable_tcl_site+set}" = set; then ++ enableval=$enable_tcl_site; + else + enable_tcl_site=yes + fi -- cgit