diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index c3e96d6a6..a018c6096 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -4,6 +4,7 @@ - Dimitar Zhekov: fxed kbd for DevFS and DevPTS and config option for w3m build style - Dennis Wecker: sylpheed + - Piotr Esden-Tempski: curl dietlibc fix V2 *) 2003-09-07 (2.0.0-rc1 - 2.0.0-rc2) diff --git a/package/base/dietlibc/pkg_patch/pkg_curl.patch b/package/base/dietlibc/pkg_patch/pkg_curl.patch index 64178fa36..e9526b978 100644 --- a/package/base/dietlibc/pkg_patch/pkg_curl.patch +++ b/package/base/dietlibc/pkg_patch/pkg_curl.patch @@ -73,3 +73,15 @@ #else ip = strncpy(buf,inet_ntoa(in),buf_size); ip[buf_size - 1] = 0; +diff -Nur curl-7.10.7.orig/configure curl-7.10.7/configure +--- curl-7.10.7.orig/configure Thu Aug 14 22:44:54 2003 ++++ curl-7.10.7/configure Fri Sep 5 10:56:52 2003 +@@ -6404,7 +6404,7 @@ + done + # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. + rm -f conftest.err conftest.$ac_ext +-if $ac_preproc_ok; then ++if true; then + : + else + { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check