aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorChun Kuan Lee <ken2812221@gmail.com>2018-06-16 04:04:21 +0000
committerChun Kuan Lee <ken2812221@gmail.com>2018-07-18 02:48:34 +0000
commitf447a0a7079619f0d650084df192781cca9fd826 (patch)
tree58692bcd1b704ddffdca2f780a4cd4c348441891 /depends
parent11588c639e8912f1b28e981c1a2a0e4306dbd093 (diff)
downloadbitcoin-f447a0a7079619f0d650084df192781cca9fd826.tar.xz
Remove program options from build system
Diffstat (limited to 'depends')
-rw-r--r--depends/packages/boost.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/packages/boost.mk b/depends/packages/boost.mk
index bf773ccd14..61806c7509 100644
--- a/depends/packages/boost.mk
+++ b/depends/packages/boost.mk
@@ -19,7 +19,7 @@ $(package)_toolset_$(host_os)=gcc
$(package)_archiver_$(host_os)=$($(package)_ar)
$(package)_toolset_darwin=darwin
$(package)_archiver_darwin=$($(package)_libtool)
-$(package)_config_libraries=chrono,filesystem,program_options,system,thread,test
+$(package)_config_libraries=chrono,filesystem,system,thread,test
$(package)_cxxflags=-std=c++11 -fvisibility=hidden
$(package)_cxxflags_linux=-fPIC
endef