Skip to content

Commit

Permalink
Merge pull request coinbase#47 from sidhujag/master
Browse files Browse the repository at this point in the history
remove --enable-glibc-back-compat configure flag in Bitcoin Core build
  • Loading branch information
patrick-ogrady authored Nov 25, 2020
2 parents 07362e9 + 7747cc5 commit 3c322d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN git clone https://github.com/bitcoin/bitcoin \

RUN cd bitcoin \
&& ./autogen.sh \
&& ./configure --enable-glibc-back-compat --disable-tests --without-miniupnpc --without-gui --with-incompatible-bdb --disable-hardening --disable-zmq --disable-bench --disable-wallet \
&& ./configure --disable-tests --without-miniupnpc --without-gui --with-incompatible-bdb --disable-hardening --disable-zmq --disable-bench --disable-wallet \
&& make

RUN mv bitcoin/src/bitcoind /app/bitcoind \
Expand Down

0 comments on commit 3c322d3

Please sign in to comment.