File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ fold_end dependency.libzmq
167167
168168# Start of recipe for dependency: libcurl
169169fold_start dependency.libcurl " Install dependency libcurl"
170- if ! (( command - v dpkg >/ dev/ null 2 >& 1 && dpkg - s libcurl4 - nss - dev >/ dev/ null 2 >& 1 ) || \
170+ if ! (( command - v dpkg >/ dev/ null 2 >& 1 && dpkg - s libcurl4 - gnutls - dev >/ dev/ null 2 >& 1 ) || \
171171 (command -v brew >/dev/null 2 >&1 && brew ls --versions libcurl >/dev/null 2 >&1 )) ; then
172172 BASE_PWD=${PWD}
173173 cd tmp-deps
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ default|default-Werror|default-with-docs|valgrind|clang-format-check)
341341
342342 # Start of recipe for dependency: libcurl
343343 fold_start dependency.libcurl " Install dependency libcurl"
344- if ! (( command - v dpkg >/ dev/ null 2 >& 1 && dpkg - s libcurl4 - nss - dev >/ dev/ null 2 >& 1 ) || \
344+ if ! (( command - v dpkg >/ dev/ null 2 >& 1 && dpkg - s libcurl4 - gnutls - dev >/ dev/ null 2 >& 1 ) || \
345345 (command -v brew >/dev/null 2 >&1 && brew ls --versions curl >/dev/null 2 >&1 )) \
346346 ; then
347347 echo " "
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Build-Depends: debhelper (>= 9),
2020 uuid-dev,
2121 libsystemd-dev (>= 200.0.0),
2222 liblz4-dev,
23- libcurl4-nss -dev (>= 7.28.0),
23+ libcurl4-gnutls -dev (>= 7.28.0),
2424 libnss3-dev,
2525 libmicrohttpd-dev,
2626 dh-python <!nopython>,
@@ -44,7 +44,7 @@ Depends:
4444 uuid-dev,
4545 libsystemd-dev (>= 200.0.0),
4646 liblz4-dev,
47- libcurl4-nss -dev (>= 7.28.0),
47+ libcurl4-gnutls -dev (>= 7.28.0),
4848 libnss3-dev,
4949 libmicrohttpd-dev,
5050 libczmq4 (= ${binary:Version})
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
1010 uuid-dev,
1111 libsystemd-dev (>= 200.0.0),
1212 liblz4-dev,
13- libcurl4-nss -dev (>= 7.28.0),
13+ libcurl4-gnutls -dev (>= 7.28.0),
1414 libnss3-dev,
1515 libmicrohttpd-dev,
1616 dh-python <!nopython>,
You can’t perform that action at this time.
0 commit comments