Chromium Code Reviews| Index: ports/tcl/build.sh |
| diff --git a/ports/tcl/build.sh b/ports/tcl/build.sh |
| index 1e5bb07cf840eb1d69544b24c9c308982ca8355e..2d5b2f2b6d014c9854b5df12fb9b37a7d1e2d179 100644 |
| --- a/ports/tcl/build.sh |
| +++ b/ports/tcl/build.sh |
| @@ -18,6 +18,7 @@ INSTALL_TARGETS="install-binaries" |
| # The fallbacks seem to be non-general. |
| export tcl_cv_strtod_buggy=ok |
| export ac_cv_func_strtod=yes |
| +export ac_cv_func_memmove=yes |
|
Sam Clegg
2015/02/13 18:35:18
So this was trying to build its own memmove withou
gdeepti
2015/02/13 21:43:56
The build was failing without this.
|
| export tcl_cv_strtod_unbroken=ok |
| # Prevent non-cross compile clean parts of the build from assuming the host |