Skip to content

Commit

Permalink
fix: alpine unable to find mutux impl
Browse files Browse the repository at this point in the history
  • Loading branch information
losh11 committed Jan 19, 2025
1 parent c1155ea commit 6ff313c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0.21/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN mkdir -p ${BERKELEYDB_PREFIX}

WORKDIR /${BERKELEYDB_VERSION}/build_unix

RUN ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=${BERKELEYDB_PREFIX}
RUN CFLAGS=-Wno-error=implicit-function-declaration ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=${BERKELEYDB_PREFIX}
RUN make -j4
RUN make install
RUN rm -rf ${BERKELEYDB_PREFIX}/docs
Expand Down

0 comments on commit 6ff313c

Please sign in to comment.