mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-28 21:12:35 +02:00
Merge pull request #51 from nolim1t/enable-sqlite3
Compile bitcoin with sqlite support
This commit is contained in:
commit
a5155f1efe
@ -131,6 +131,7 @@ RUN apk add --no-cache \
|
||||
autoconf \
|
||||
automake \
|
||||
boost-dev \
|
||||
sqlite-dev \
|
||||
build-base \
|
||||
chrpath \
|
||||
file \
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user