Move -lssp to LIBS.
[tinc] / .ci / deps.sh
index 8302d71..6fdd47f 100755 (executable)
@@ -24,7 +24,7 @@ deps_linux_debian() {
   apt-get upgrade -y
 
   apt-get install -y \
-    git binutils make autoconf automake gcc diffutils sudo texinfo netcat procps socat \
+    git binutils make autoconf automake gcc diffutils sudo texinfo netcat-openbsd procps socat \
     zlib1g-dev:"$HOST" \
     libssl-dev:"$HOST" \
     liblzo2-dev:"$HOST" \
@@ -89,7 +89,7 @@ deps_linux() {
 }
 
 deps_macos() {
-  brew install coreutils netcat automake lzo lz4 miniupnpc libgcrypt "$@"
+  brew install coreutils netcat automake lzo lz4 miniupnpc libgcrypt openssl "$@"
   pip3 install --user compiledb
 }