mirror of
https://github.com/tstack/lnav
synced 2024-11-08 01:10:29 +00:00
[build] Stop linking libdl with curl and libssh2.
This commit is contained in:
parent
5d87712fa8
commit
3507118371
5
.github/actions/muslbuilder/Dockerfile
vendored
5
.github/actions/muslbuilder/Dockerfile
vendored
@ -147,7 +147,7 @@ RUN curl -sSL https://www.libssh2.org/download/libssh2-1.11.0.tar.gz | tar xvzC
|
||||
--with-libz-prefix=/fake.root \
|
||||
--disable-shared \
|
||||
"CPPFLAGS=-I/fake.root/include" \
|
||||
"LDFLAGS=-ldl -L/fake.root/lib" && \
|
||||
"LDFLAGS=-L/fake.root/lib" && \
|
||||
make -j2 && \
|
||||
make install && \
|
||||
cd /extract && rm -rf *
|
||||
@ -158,8 +158,7 @@ RUN curl -sSL https://curl.se/download/curl-8.1.2.tar.gz | tar xvzC /extract/ &&
|
||||
--disable-shared \
|
||||
--with-libssh2=/fake.root \
|
||||
--with-ssl=/fake.root \
|
||||
--with-zlib=/fake.root \
|
||||
"LDFLAGS=-ldl" && \
|
||||
--with-zlib=/fake.root && \
|
||||
make -j2 && \
|
||||
make install && \
|
||||
cd /extract && rm -rf *
|
||||
|
Loading…
Reference in New Issue
Block a user