Skip to content

Commit ade0c4d

Browse files
committed
Problem: libcurl4-nss-dev has been dropped
Solution: swap with libcurl4-gnutls-dev which is also compatible with libmicrohttpd
1 parent 51a5ce1 commit ade0c4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ Model is described in `zproject_known_projects.xml` file:
745745
<use project = "libcurl"
746746
prefix = "curl"
747747
repository = "https://github.com/curl/curl.git"
748-
debian_name = "libcurl4-nss-dev"
748+
debian_name = "libcurl4-gnutls-dev"
749749
brew_name = "curl"
750750
test = "curl_easy_init"
751751
header = "curl/curl.h" />

zproject_known_projects.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<use project = "libcurl"
114114
prefix = "curl"
115115
repository = "https://github.com/curl/curl.git"
116-
debian_name = "libcurl4-nss-dev"
116+
debian_name = "libcurl4-gnutls-dev"
117117
brew_name = "curl"
118118
test = "curl_easy_init"
119119
header = "curl/curl.h" />

0 commit comments

Comments
 (0)