We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1989a40 commit d366e53Copy full SHA for d366e53
runner/bitcoind.py
@@ -478,7 +478,8 @@ def build(self,
478
configure_prefix +
479
'./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" '
480
'BDB_CFLAGS="-I${BDB_PREFIX}/include" ' +
481
- ' {} '.format(target.configure_args) +
+ '--without-gui ' + # TODO maybe make this configurable?
482
+ target.configure_args +
483
# Ensure ccache is disabled so that subsequent make runs
484
# are timed accurately.
485
'--disable-ccache ' + boostflags)
0 commit comments