Merge pull request #47 from sidhujag/master
remove --enable-glibc-back-compat configure flag in Bitcoin Core build
This commit is contained in:
commit
3c322d3fc8
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue