diff options
author | Cem Keylan <cem@ckyln.com> | 2021-03-18 21:32:16 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-03-18 21:32:16 +0300 |
commit | 7d92ee6d8e57c4b88a62909fb78f42178d46f5ec (patch) | |
tree | 74f53c5c6c01967acf2ff8673f4891f9f0b7c30f /extra/openssh/build | |
parent | 88dba6535f34aa0f76d274eb0c7dcf1e36c28731 (diff) | |
download | repository-7d92ee6d8e57c4b88a62909fb78f42178d46f5ec.tar.gz |
openssh: revert to libressl
Diffstat (limited to 'extra/openssh/build')
-rwxr-xr-x | extra/openssh/build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extra/openssh/build b/extra/openssh/build index a70f97a3..ff39eaa9 100755 --- a/extra/openssh/build +++ b/extra/openssh/build @@ -5,11 +5,8 @@ cpt-list libedit >/dev/null 2>&1 && libedit="--with-libedit" && LIBS="$(pkgconf --static --libs libedit)" export LIBS - export LDFLAGS="$LDFLAGS -static" -autoreconf -fi - ./configure \ --prefix=/usr \ --sbindir=/usr/bin \ |