Skip to content

Commit

Permalink
Update libffi to 622caab
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Jan 14, 2024
1 parent aca986b commit 699fda2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN emmake make -j"$(nproc)" install
RUN pkg-config --static --exists --print-errors zlib

# Build libffi
ARG LIBFFI_TREEISH=5b1944b4ce4b03e28a5843d36812756168d66b08
ARG LIBFFI_TREEISH=622caabcd25f4e11f752241417d06c9062acdf1f
ARG LIBFFI_REMOTE=https://github.com/libffi/libffi.git
WORKDIR ${BUILDDIR}/dep/libffi/
RUN git clone "${LIBFFI_REMOTE:?}" ./ \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.native
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV PKG_CONFIG_SYSROOT_DIR=${SYSROOT}
ENV PKG_CONFIG_LIBDIR=${SYSROOT}/lib/pkgconfig:${SYSROOT}/share/pkgconfig
ENV PKG_CONFIG_PATH=${PKG_CONFIG_LIBDIR}
ENV CPPFLAGS='-Wdate-time'
ENV CFLAGS='-O3 -frandom-seed=42 -Wall -Wextra -Wformat -Werror=format-security'
ENV CFLAGS='-O3 -fPIC -frandom-seed=42 -Wall -Wextra -Wformat -Werror=format-security'
ENV CXXFLAGS=${CFLAGS}
ENV LDFLAGS=''

Expand All @@ -30,7 +30,7 @@ RUN make -j"$(nproc)" install
RUN pkg-config --static --exists --print-errors zlib

# Build libffi
ARG LIBFFI_TREEISH=5b1944b4ce4b03e28a5843d36812756168d66b08
ARG LIBFFI_TREEISH=622caabcd25f4e11f752241417d06c9062acdf1f
ARG LIBFFI_REMOTE=https://github.com/libffi/libffi.git
WORKDIR ${BUILDDIR}/dep/libffi/
RUN git clone "${LIBFFI_REMOTE:?}" ./ \
Expand Down

0 comments on commit 699fda2

Please sign in to comment.