1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

[docker] Really static

This commit is contained in:
Witold Filipczyk 2022-12-03 15:38:26 +01:00
parent dbd6f46738
commit 2cb2da87f2
3 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,7 @@ RUN cd /root && apk add \
libevent-static \
libidn-dev \
libxml2-dev \
libxml2-static \
linux-headers \
luajit-dev \
ncurses-dev \

View File

@ -2,6 +2,8 @@
rm -rf /root/tmp/builddir
CFLAGS="-O2 -static -no-pie" \
CXXFLAGS="-O2 -static -no-pie" \
meson /root/tmp/builddir \
-D88-colors=true \
-D256-colors=true \

View File

@ -2,6 +2,8 @@
rm -rf /root/tmp/builddir_js
CFLAGS="-O2 -static -no-pie" \
CXXFLAGS="-O2 -static -no-pie" \
meson /root/tmp/builddir_js \
-D88-colors=true \
-D256-colors=true \