Compare commits
1 commit
254f5bd4c0
...
64dddd6bd4
Author | SHA1 | Date | |
---|---|---|---|
64dddd6bd4 |
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ RUN git clone --single-branch --depth 1 \
|
|||
WORKDIR /build/src
|
||||
RUN bash get_source.sh
|
||||
|
||||
RUN bash configure --with-boot-jdk=/build/bootjdk --with-openssl=system LDFLAGS="-Wl,-z,noexecstack"
|
||||
ENV LDFLAGS="-Wl,-z,noexecstack"
|
||||
RUN bash configure --with-boot-jdk=/build/bootjdk --with-openssl=system
|
||||
RUN make all JOBS=$(nproc)
|
||||
|
||||
# jlink by advice from https://adoptium.net/blog/2021/10/jlink-to-produce-own-runtime/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue