mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-29 05:22:36 +02:00
Remove old source modifications
I'm not sure what these modifications are for or why they were there initially but bitcoind seems to now build and run fine without them.
Looks like it's something to do with surpressing boost warnings.
Originated here: 69c024a0da
This commit is contained in:
parent
8b5add3e77
commit
a58608e357
@ -90,13 +90,6 @@ FROM from-${SOURCE} AS bitcoin-core
|
|||||||
# Change to the extracted directory
|
# Change to the extracted directory
|
||||||
WORKDIR /bitcoin-${BITCOIN_VERSION}
|
WORKDIR /bitcoin-${BITCOIN_VERSION}
|
||||||
|
|
||||||
# ???
|
|
||||||
RUN sed -i '/AC_PREREQ/a\AR_FLAGS=cr' src/univalue/configure.ac
|
|
||||||
# ???
|
|
||||||
RUN sed -i '/AX_PROG_CC_FOR_BUILD/a\AR_FLAGS=cr' src/secp256k1/configure.ac
|
|
||||||
# ???
|
|
||||||
RUN sed -i s:sys/fcntl.h:fcntl.h: src/compat.h
|
|
||||||
|
|
||||||
ENV BITCOIN_PREFIX="/opt/bitcoin-${BITCOIN_VERSION}"
|
ENV BITCOIN_PREFIX="/opt/bitcoin-${BITCOIN_VERSION}"
|
||||||
|
|
||||||
RUN ./autogen.sh
|
RUN ./autogen.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user