summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl/curl
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/curl/curl')
-rw-r--r--meta/recipes-support/curl/curl/noldlibpath.patch2
-rw-r--r--meta/recipes-support/curl/curl/pkgconfig_fix.patch5
2 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-support/curl/curl/noldlibpath.patch b/meta/recipes-support/curl/curl/noldlibpath.patch
index a3319a23e3..f4c72a1c1c 100644
--- a/meta/recipes-support/curl/curl/noldlibpath.patch
+++ b/meta/recipes-support/curl/curl/noldlibpath.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Inappropriate [embedded specific]
2
1Manipulating LD_LIBRARY_PATH can totally break builds when cross compiling. 3Manipulating LD_LIBRARY_PATH can totally break builds when cross compiling.
2Since we never run compiled binaries for the target, we should *never* need 4Since we never run compiled binaries for the target, we should *never* need
3to change LD_LIBRARY_PATH. 5to change LD_LIBRARY_PATH.
diff --git a/meta/recipes-support/curl/curl/pkgconfig_fix.patch b/meta/recipes-support/curl/curl/pkgconfig_fix.patch
index a59d39b8b1..ad73c00885 100644
--- a/meta/recipes-support/curl/curl/pkgconfig_fix.patch
+++ b/meta/recipes-support/curl/curl/pkgconfig_fix.patch
@@ -1,3 +1,6 @@
1Upstream-Status: Inappropriate [packaging]
2
3
1Index: curl-7.20.0/libcurl.pc.in 4Index: curl-7.20.0/libcurl.pc.in
2=================================================================== 5===================================================================
3--- curl-7.20.0.orig/libcurl.pc.in 2009-11-17 18:11:07.000000000 +0000 6--- curl-7.20.0.orig/libcurl.pc.in 2009-11-17 18:11:07.000000000 +0000
@@ -5,7 +8,7 @@ Index: curl-7.20.0/libcurl.pc.in
5@@ -35,6 +35,7 @@ 8@@ -35,6 +35,7 @@
6 URL: http://curl.haxx.se/ 9 URL: http://curl.haxx.se/
7 Description: Library to transfer files with ftp, http, etc. 10 Description: Library to transfer files with ftp, http, etc.
8 Version: @VERSION@ 11 Version: @CURLVERSION@
9-Libs: -L${libdir} -lcurl @LIBS@ 12-Libs: -L${libdir} -lcurl @LIBS@
10-Libs.private: @LIBCURL_LIBS@ @LIBS@ 13-Libs.private: @LIBCURL_LIBS@ @LIBS@
11+Requires.private: @GNUTLS_REQUIRED@ 14+Requires.private: @GNUTLS_REQUIRED@