mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[docker] Really static
This commit is contained in:
parent
dbd6f46738
commit
2cb2da87f2
@ -24,6 +24,7 @@ RUN cd /root && apk add \
|
|||||||
libevent-static \
|
libevent-static \
|
||||||
libidn-dev \
|
libidn-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
|
libxml2-static \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
luajit-dev \
|
luajit-dev \
|
||||||
ncurses-dev \
|
ncurses-dev \
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
rm -rf /root/tmp/builddir
|
rm -rf /root/tmp/builddir
|
||||||
|
|
||||||
|
CFLAGS="-O2 -static -no-pie" \
|
||||||
|
CXXFLAGS="-O2 -static -no-pie" \
|
||||||
meson /root/tmp/builddir \
|
meson /root/tmp/builddir \
|
||||||
-D88-colors=true \
|
-D88-colors=true \
|
||||||
-D256-colors=true \
|
-D256-colors=true \
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
rm -rf /root/tmp/builddir_js
|
rm -rf /root/tmp/builddir_js
|
||||||
|
|
||||||
|
CFLAGS="-O2 -static -no-pie" \
|
||||||
|
CXXFLAGS="-O2 -static -no-pie" \
|
||||||
meson /root/tmp/builddir_js \
|
meson /root/tmp/builddir_js \
|
||||||
-D88-colors=true \
|
-D88-colors=true \
|
||||||
-D256-colors=true \
|
-D256-colors=true \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user