|
|
@ -1,4 +1,4 @@
|
|
|
|
From e5f806557a9a83492b3000942fa0833316d066cd Mon Sep 17 00:00:00 2001
|
|
|
|
From fd991562a64708318e9750c1c0345b91a9cd22d2 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Fabio Valentini <decathorpe@gmail.com>
|
|
|
|
From: Fabio Valentini <decathorpe@gmail.com>
|
|
|
|
Date: Tue, 17 Oct 2023 13:21:16 +0200
|
|
|
|
Date: Tue, 17 Oct 2023 13:21:16 +0200
|
|
|
|
Subject: [PATCH] unconditionally use pkg-config to link with system libcurl
|
|
|
|
Subject: [PATCH] unconditionally use pkg-config to link with system libcurl
|
|
|
@ -8,7 +8,7 @@ Subject: [PATCH] unconditionally use pkg-config to link with system libcurl
|
|
|
|
1 file changed, 5 insertions(+), 579 deletions(-)
|
|
|
|
1 file changed, 5 insertions(+), 579 deletions(-)
|
|
|
|
|
|
|
|
|
|
|
|
diff --git a/build.rs b/build.rs
|
|
|
|
diff --git a/build.rs b/build.rs
|
|
|
|
index 74f601b..497789c 100644
|
|
|
|
index 17a6861..497789c 100644
|
|
|
|
--- a/build.rs
|
|
|
|
--- a/build.rs
|
|
|
|
+++ b/build.rs
|
|
|
|
+++ b/build.rs
|
|
|
|
@@ -1,608 +1,34 @@
|
|
|
|
@@ -1,608 +1,34 @@
|
|
|
@ -114,7 +114,7 @@ index 74f601b..497789c 100644
|
|
|
|
- .replace("@LIBCURL_LIBS@", "")
|
|
|
|
- .replace("@LIBCURL_LIBS@", "")
|
|
|
|
- .replace("@SUPPORT_FEATURES@", "")
|
|
|
|
- .replace("@SUPPORT_FEATURES@", "")
|
|
|
|
- .replace("@SUPPORT_PROTOCOLS@", "")
|
|
|
|
- .replace("@SUPPORT_PROTOCOLS@", "")
|
|
|
|
- .replace("@CURLVERSION@", "8.4.0"),
|
|
|
|
- .replace("@CURLVERSION@", "8.5.0"),
|
|
|
|
- )
|
|
|
|
- )
|
|
|
|
- .unwrap();
|
|
|
|
- .unwrap();
|
|
|
|
-
|
|
|
|
-
|
|
|
@ -626,5 +626,5 @@ index 74f601b..497789c 100644
|
|
|
|
- None
|
|
|
|
- None
|
|
|
|
-}
|
|
|
|
-}
|
|
|
|
--
|
|
|
|
--
|
|
|
|
2.41.0
|
|
|
|
2.43.0
|
|
|
|
|
|
|
|
|
|
|
|