We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5bbe20 commit 1585685Copy full SHA for 1585685
build-scripts/manylinux-container-image/install_libssh.sh
@@ -39,7 +39,7 @@ fi
39
# make[2]: *** [examples/libssh_scp] Error 1
40
# make[1]: *** [examples/CMakeFiles/libssh_scp.dir/all] Error 2
41
# make: *** [all] Error 2
42
-export LDFLAGS="-pthread -ldl"
+export LDFLAGS="-pthread"
43
44
# NOTE: `PKG_CONFIG_PATH` is necessary for `cmake` to be able to locate
45
# NOTE: C-headers files `*.h`. Otherwise, the error is:
0 commit comments