Skip to content

Commit c3bd76a

Browse files
webknjazjustin-stephenson
authored andcommitted
Build libssh without examples
Apparently, building the examples somehow attempts linking against `libdl` that it can't locate. But we don't need them regardless.
1 parent b78cf89 commit c3bd76a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ cmake "${LIB_CLONE_DIR}" \
104104
-DCLIENT_TESTING=OFF \
105105
-DSERVER_TESTING=OFF \
106106
-DUNIT_TESTING=OFF \
107+
-DWITH_EXAMPLES=OFF \
107108
-DWITH_GSSAPI=ON \
108109
-DWITH_SERVER=OFF \
109110
-DWITH_PCAP=OFF \

0 commit comments

Comments
 (0)