aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/curl/patches/500-configure_cross.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-07 11:57:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-07 11:57:20 +0000
commitd58a09110ccfa95f06c983fe796806f2e035c9d2 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /openwrt/package/curl/patches/500-configure_cross.patch
parentaf034797eeb62b62ac05442d5a688b28ccd0f16b (diff)
downloadupstream-d58a09110ccfa95f06c983fe796806f2e035c9d2.tar.gz
upstream-d58a09110ccfa95f06c983fe796806f2e035c9d2.tar.bz2
upstream-d58a09110ccfa95f06c983fe796806f2e035c9d2.zip
move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the developers are ready
SVN-Revision: 4944
Diffstat (limited to 'openwrt/package/curl/patches/500-configure_cross.patch')
-rw-r--r--openwrt/package/curl/patches/500-configure_cross.patch64
1 files changed, 0 insertions, 64 deletions
diff --git a/openwrt/package/curl/patches/500-configure_cross.patch b/openwrt/package/curl/patches/500-configure_cross.patch
deleted file mode 100644
index 7fa921c988..0000000000
--- a/openwrt/package/curl/patches/500-configure_cross.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-diff -ruN curl-7.14.0-old/configure curl-7.14.0-new/configure
---- curl-7.14.0-old/configure 2005-05-14 00:23:47.000000000 +0200
-+++ curl-7.14.0-new/configure 2005-09-02 02:03:38.000000000 +0200
-@@ -26132,10 +26132,10 @@
-
- fi
-
-- if test "$OPENSSL_ENABLED" = "1"; then
-- LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$EXTRA_SSL/lib$libsuff"
-- export LD_LIBRARY_PATH
-- fi
-+# if test "$OPENSSL_ENABLED" = "1"; then
-+# LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$EXTRA_SSL/lib$libsuff"
-+# export LD_LIBRARY_PATH
-+# fi
-
- fi
-
-@@ -26325,8 +26325,8 @@
- echo "$as_me: detected GnuTLS version $version" >&6;}
-
-
-- LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$gtlsprefix/lib$libsuff"
-- export LD_LIBRARY_PATH
-+# LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$gtlsprefix/lib$libsuff"
-+# export LD_LIBRARY_PATH
- fi
-
- fi
-diff -ruN curl-7.14.0-old/configure.ac curl-7.14.0-new/configure.ac
---- curl-7.14.0-old/configure.ac 2005-05-13 23:19:21.000000000 +0200
-+++ curl-7.14.0-new/configure.ac 2005-09-02 02:03:45.000000000 +0200
-@@ -917,13 +917,13 @@
-
- fi
-
-- if test "$OPENSSL_ENABLED" = "1"; then
-- dnl when the ssl shared libs were found in a path that the run-time linker
-- dnl doesn't search through, we need to add it to LD_LIBRARY_PATH to
-- dnl prevent further configure tests to fail due to this
-- LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$EXTRA_SSL/lib$libsuff"
-- export LD_LIBRARY_PATH
-- fi
-+# if test "$OPENSSL_ENABLED" = "1"; then
-+# dnl when the ssl shared libs were found in a path that the run-time linker
-+# dnl doesn't search through, we need to add it to LD_LIBRARY_PATH to
-+# dnl prevent further configure tests to fail due to this
-+# LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$EXTRA_SSL/lib$libsuff"
-+# export LD_LIBRARY_PATH
-+# fi
-
- fi
-
-@@ -1021,8 +1021,8 @@
- dnl LD_LIBRARY_PATH to prevent further configure tests to fail
- dnl due to this
-
-- LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$gtlsprefix/lib$libsuff"
-- export LD_LIBRARY_PATH
-+# LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$gtlsprefix/lib$libsuff"
-+# export LD_LIBRARY_PATH
- fi
-
- fi