Compare commits
1 commit
f57773d9cd
...
4f40422b32
Author | SHA1 | Date | |
---|---|---|---|
4f40422b32 |
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ RUN git clone --single-branch --depth 1 \
|
||||||
WORKDIR /build/src
|
WORKDIR /build/src
|
||||||
RUN bash get_source.sh
|
RUN bash get_source.sh
|
||||||
|
|
||||||
ENV LDFLAGS="-z noexecstack"
|
ENV LDFLAGS="-Wl,-z,noexecstack"
|
||||||
RUN bash configure --with-boot-jdk=/build/bootjdk --with-openssl=system
|
RUN bash configure --with-boot-jdk=/build/bootjdk --with-openssl=system
|
||||||
RUN make all JOBS=$(nproc)
|
RUN make all JOBS=$(nproc)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue