Skip to content

Commit 1585685

Browse files
committed
📦 Stop linking against libdl in manylinux
1 parent d5bbe20 commit 1585685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/manylinux-container-image/install_libssh.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fi
3939
# make[2]: *** [examples/libssh_scp] Error 1
4040
# make[1]: *** [examples/CMakeFiles/libssh_scp.dir/all] Error 2
4141
# make: *** [all] Error 2
42-
export LDFLAGS="-pthread -ldl"
42+
export LDFLAGS="-pthread"
4343

4444
# NOTE: `PKG_CONFIG_PATH` is necessary for `cmake` to be able to locate
4545
# NOTE: C-headers files `*.h`. Otherwise, the error is:

0 commit comments

Comments
 (0)