aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create-ssh-image
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-01-12 14:43:19 +0100
committerHans Nilsson <[email protected]>2018-01-25 18:23:28 +0100
commited5a7c13060f40a289b190ba2e7fec147c523829 (patch)
treeaf9a5612061e3a47961474f8d1cdbe653ce14b37 /lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create-ssh-image
parent6e8a91b5d3a47e4f1b5be4ce1b213f0175b23062 (diff)
downloadotp-ed5a7c13060f40a289b190ba2e7fec147c523829.tar.gz
otp-ed5a7c13060f40a289b190ba2e7fec147c523829.tar.bz2
otp-ed5a7c13060f40a289b190ba2e7fec147c523829.zip
ssh: Add LibreSSL to compat tests
Diffstat (limited to 'lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create-ssh-image')
-rwxr-xr-xlib/ssh/test/ssh_compat_SUITE_data/build_scripts/create-ssh-image3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create-ssh-image b/lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create-ssh-image
index 983c57b18b..2e08408841 100755
--- a/lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create-ssh-image
+++ b/lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create-ssh-image
@@ -47,7 +47,8 @@ cat - > TempDockerFile <<EOF
RUN ./configure --without-pie \
--prefix=/buildroot/ssh \
--with-ssl-dir=/buildroot/ssl \
- --with-pam
+ --with-pam \
+ LDFLAGS=-Wl,-R/buildroot/ssl/lib
RUN make
RUN make install
RUN echo UsePAM yes >> /buildroot/ssh/etc/sshd_config