Browse Source

Piotr Esden-Tempski <pe1724@bingo-ev.de>:

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
rocklinux
Piotr Esden-Tempski 21 years ago
parent
commit
ba6a7acaad
2 changed files with 13 additions and 0 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +12
    -0
      package/base/dietlibc/pkg_patch/pkg_curl.patch

+ 1
- 0
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)

+ 12
- 0
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

Loading…
Cancel
Save