From ba6a7acaad608bb7a5f2283425329ad0b281067b Mon Sep 17 00:00:00 2001 From: Piotr Esden-Tempski Date: Tue, 9 Sep 2003 19:42:14 +0000 Subject: [PATCH] Piotr Esden-Tempski : Thanks to SMP I send here a much more sain and smaller curl dietlibc fix. git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1348 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- Documentation/Developers/CHANGELOG-RENE | 1 + package/base/dietlibc/pkg_patch/pkg_curl.patch | 12 ++++++++++++ 2 files changed, 13 insertions(+) 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