On 11/03/2011 14:34, Vincent Danjean wrote:
> I will send one message per patch I applied with some comment and a last
> one with global comments and questions.
The second patch is a hack to ensure that tcl files are installed in
distribution-managed directory (ie /usr/lib/tcltk) instead of
administrator-managed directory (generally /usr/local/lib/tcltk).
I do not think this patch should be applied upstream. The core
problem comes from tclconfig that does not offer the possibility to
choose between distrib and local-admin paths. Nevertheless, this is really
a small patch and it can be let in Debian only.
Regards,
Vincent
Force install path of tcltk lib conforming to the FHS
--- a/configure.ac
+++ b/configure.ac
@@ -835,6 +835,8 @@
# TCL_PACKAGE_PATH. TCL_BIN_DIR is usually correct, but this
# might contain staging_dir prefix when cross-compiling.
OWTCL_INSTALL_PATH="`echo ${TCL_PACKAGE_PATH} | cut -d' ' -f1`"
+ # Debian Hack: do not install in /usr/local/lib/tcltk
+ OWTCL_INSTALL_PATH="/usr/lib/tcltk"
AC_SUBST(OWTCL_INSTALL_PATH)
fi
fi
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers