Skip to content

Commit

Permalink
Merge pull request #51 from nolim1t/enable-sqlite3
Browse files Browse the repository at this point in the history
Compile bitcoin with sqlite support
  • Loading branch information
nolim1t authored Feb 26, 2021
2 parents 24ff1de + 5082157 commit a5155f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 0.21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ RUN apk add --no-cache \
autoconf \
automake \
boost-dev \
sqlite-dev \
build-base \
chrpath \
file \
Expand Down Expand Up @@ -165,6 +166,7 @@ RUN ./configure LDFLAGS=-L/opt/db4/lib/ CPPFLAGS=-I/opt/db4/include/ \
--without-gui \
--without-libs \
--with-utils \
--with-sqlite=yes \
--with-daemon

RUN make -j$(( $(nproc) + 1 )) check
Expand Down

0 comments on commit a5155f1

Please sign in to comment.