File tree Expand file tree Collapse file tree 4 files changed +4
-9
lines changed
Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,7 @@ RUN set -xe; \
8989 CPPFLAGS="-I${INSTALL_DIR}/include -I/usr/include" \
9090 LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib" \
9191 ./configure \
92- --prefix=${INSTALL_DIR} \
93- --64
92+ --prefix=${INSTALL_DIR}
9493RUN set -xe; \
9594 make install \
9695 && rm ${INSTALL_DIR}/lib/libz.a
Original file line number Diff line number Diff line change @@ -89,8 +89,7 @@ RUN set -xe; \
8989 CPPFLAGS="-I${INSTALL_DIR}/include -I/usr/include" \
9090 LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib" \
9191 ./configure \
92- --prefix=${INSTALL_DIR} \
93- --64
92+ --prefix=${INSTALL_DIR}
9493RUN set -xe; \
9594 make install \
9695 && rm ${INSTALL_DIR}/lib/libz.a
Original file line number Diff line number Diff line change @@ -89,8 +89,7 @@ RUN set -xe; \
8989 CPPFLAGS="-I${INSTALL_DIR}/include -I/usr/include" \
9090 LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib" \
9191 ./configure \
92- --prefix=${INSTALL_DIR} \
93- --64
92+ --prefix=${INSTALL_DIR}
9493RUN set -xe; \
9594 make install \
9695 && rm ${INSTALL_DIR}/lib/libz.a
Original file line number Diff line number Diff line change @@ -90,9 +90,7 @@ RUN set -xe; \
9090 CPPFLAGS="-I${INSTALL_DIR}/include -I/usr/include" \
9191 LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib" \
9292 ./configure \
93- --prefix=${INSTALL_DIR} \
94- --64
95-
93+ --prefix=${INSTALL_DIR}
9694RUN set -xe; \
9795 make install \
9896 && rm ${INSTALL_DIR}/lib/libz.a
You can’t perform that action at this time.
0 commit comments