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:
Luke Childs 2019-12-09 22:12:52 +07:00
parent 8b5add3e77
commit a58608e357

View File

@ -90,13 +90,6 @@ FROM from-${SOURCE} AS bitcoin-core
# Change to the extracted directory
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}"
RUN ./autogen.sh