|
|
@ -23,7 +23,16 @@ |
|
|
|
|
|
|
|
var_append makeinstopt " " "install-private-headers" |
|
|
|
|
|
|
|
hook_add preconf 3 "cd unix" |
|
|
|
hook_add preconf 3 "cd unix" |
|
|
|
|
|
|
|
if [ "$ROCKCFG_CROSSBUILD" = 1 ] ; then |
|
|
|
var_append extraconfopt " " "--cache-file=config.cache" |
|
|
|
|
|
|
|
hook_add preconf 5 " \ |
|
|
|
echo ac_cv_func_memcmp_clean=yes >> config.cache ; \ |
|
|
|
echo tcl_cv_strtod_unbroken=ok >> config.cache" |
|
|
|
fi |
|
|
|
|
|
|
|
hook_add postinstall 3 'ln -vsf tclsh${ver:0:3} $bindir/tclsh' |
|
|
|
hook_add postinstall 3 'ln -vsf libtcl${ver:0:3}.so $libdir/libtcl.so' |
|
|
|
|
|
|
|