From a58608e357d5454324354e83eef82fbe4edb8ff2 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Mon, 9 Dec 2019 22:12:52 +0700 Subject: [PATCH] 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: https://github.com/ruimarinho/docker-bitcoin-core/commit/69c024a0daed7e26708d07efda887b4c219d9954 --- 0.19/Dockerfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/0.19/Dockerfile b/0.19/Dockerfile index 06ddac5..ae081a7 100644 --- a/0.19/Dockerfile +++ b/0.19/Dockerfile @@ -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