mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
[release] add -lssh2 -lz to the static builds
This commit is contained in:
parent
3741985ee3
commit
0fd7f31222
@ -50,7 +50,7 @@ if test x"${OS}" != x"FreeBSD"; then
|
||||
CXXFLAGS='-static -U__unused -no-pie -s -O2' \
|
||||
LDFLAGS="-L${FAKE_ROOT}/lib" \
|
||||
CPPFLAGS="-I${FAKE_ROOT}/include" \
|
||||
LIBS="-L${FAKE_ROOT}/lib -llzma -lssl -lcrypto" \
|
||||
LIBS="-L${FAKE_ROOT}/lib -lssh2 -llzma -lssl -lcrypto -lz" \
|
||||
--enable-static
|
||||
PATH="${FAKE_ROOT}/bin:${PATH}"
|
||||
else
|
||||
@ -59,7 +59,7 @@ if test x"${OS}" != x"FreeBSD"; then
|
||||
--with-libarchive=${FAKE_ROOT} \
|
||||
LDFLAGS="-L${FAKE_ROOT}/lib" \
|
||||
CPPFLAGS="-I${FAKE_ROOT}/include -O2" \
|
||||
LIBS="-L${FAKE_ROOT}/lib -llzma -lssl -lcrypto" \
|
||||
LIBS="-L${FAKE_ROOT}/lib -lssh2 -llzma -lssl -lcrypto -lz" \
|
||||
PATH="${FAKE_ROOT}/bin:${PATH}"
|
||||
fi
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user