File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed
Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,6 @@ RUN set -xe; \
235235 curl -Ls https://github.com/rockdaboot/libpsl/archive/refs/tags/${VERSION_LIBPSL}.tar.gz \
236236 | tar xzC ${LIBPSL_BUILD_DIR} --strip-components=1
237237WORKDIR ${LIBPSL_BUILD_DIR}/
238- RUN ./autogen.sh && autoconf
239238RUN CFLAGS="" \
240239 CPPFLAGS="-I${INSTALL_DIR}/include -I/usr/include" \
241240 LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib" \
Original file line number Diff line number Diff line change @@ -236,7 +236,6 @@ RUN set -xe; \
236236 curl -Ls https://github.com/rockdaboot/libpsl/archive/refs/tags/${VERSION_LIBPSL}.tar.gz \
237237 | tar xzC ${LIBPSL_BUILD_DIR} --strip-components=1
238238WORKDIR ${LIBPSL_BUILD_DIR}/
239- RUN ./autogen.sh && autoconf
240239RUN CFLAGS="" \
241240 CPPFLAGS="-I${INSTALL_DIR}/include -I/usr/include" \
242241 LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib" \
Original file line number Diff line number Diff line change @@ -236,7 +236,6 @@ RUN set -xe; \
236236 curl -Ls https://github.com/rockdaboot/libpsl/archive/refs/tags/${VERSION_LIBPSL}.tar.gz \
237237 | tar xzC ${LIBPSL_BUILD_DIR} --strip-components=1
238238WORKDIR ${LIBPSL_BUILD_DIR}/
239- RUN ./autogen.sh && autoconf
240239RUN CFLAGS="" \
241240 CPPFLAGS="-I${INSTALL_DIR}/include -I/usr/include" \
242241 LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib" \
Original file line number Diff line number Diff line change @@ -236,7 +236,6 @@ RUN set -xe; \
236236 curl -Ls https://github.com/rockdaboot/libpsl/archive/refs/tags/${VERSION_LIBPSL}.tar.gz \
237237 | tar xzC ${LIBPSL_BUILD_DIR} --strip-components=1
238238WORKDIR ${LIBPSL_BUILD_DIR}/
239- RUN ./autogen.sh && autoconf
240239RUN CFLAGS="" \
241240 CPPFLAGS="-I${INSTALL_DIR}/include -I/usr/include" \
242241 LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib" \
You can’t perform that action at this time.
0 commit comments