File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ RUN export CC=$TARGET_CC && \
83
83
sha256sum -c checksums.txt && \
84
84
tar xzf zlib-$VERS.tar.gz && cd zlib-$VERS && \
85
85
./configure --static --archs="-fPIC" --prefix=$TARGET_HOME && \
86
- make && sudo make install -j 4 && \
86
+ make && sudo make install && \
87
87
cd .. && rm -rf zlib-$VERS.tar.gz zlib-$VERS checksums.txt
88
88
89
89
RUN export CC=$TARGET_CC && \
@@ -98,7 +98,7 @@ RUN export CC=$TARGET_CC && \
98
98
tar xzf openssl-$VERS.tar.gz && cd openssl-$VERS && \
99
99
./Configure $OPENSSL_ARCH -fPIC --prefix=$TARGET_HOME && \
100
100
make depend && \
101
- make && sudo make install -j 4 && \
101
+ make && sudo make install && \
102
102
cd .. && rm -rf openssl-$VERS.tar.gz openssl-$VERS checksums.txt
103
103
104
104
ENV OPENSSL_DIR=$TARGET_HOME/ \
You can’t perform that action at this time.
0 commit comments