patch for curl

svn path=/nixpkgs/branches/nixos-pkgs/; revision=1844
This commit is contained in:
Armijn Hemel 2004-12-09 13:02:44 +00:00
parent e656dad03f
commit d6702d185a
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,21 @@
diff -ruN curl-7.12.2/configure curl-7.12.2-new/configure
--- curl-7.12.2/configure 2004-10-18 00:22:10.000000000 +0200
+++ curl-7.12.2-new/configure 2004-12-09 13:58:57.670095179 +0100
@@ -6835,11 +6835,12 @@
if $ac_preproc_ok; then
:
else
- { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
-See \`config.log' for more details." >&5
-echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
-See \`config.log' for more details." >&2;}
- { (exit 1); exit 1; }; }
+ #{ { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
+#See \`config.log' for more details." >&5
+#echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
+#See \`config.log' for more details." >&2;}
+ #{ (exit 1); exit 1; }; }
+ :
fi
ac_ext=cc

View File

@ -7,5 +7,6 @@ stdenv.mkDerivation {
md5 = "47db6619b849600ba2771074f00da517";
};
buildInputs = [zlib];
patches = [./configure-cxxcpp.patch];
configureFlags = "--without-ssl";
}