Skip to content

Commit d7048fa

Browse files
committed
depends: boost: Disable all compression
1 parent 9cf2ee5 commit d7048fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/boost.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ define $(package)_set_vars
99
$(package)_config_opts_release=variant=release
1010
$(package)_config_opts_debug=variant=debug
1111
$(package)_config_opts=--layout=tagged --build-type=complete --user-config=user-config.jam
12-
$(package)_config_opts+=threading=multi link=static -sNO_BZIP2=1 -sNO_ZLIB=1
12+
$(package)_config_opts+=threading=multi link=static -sNO_COMPRESSION=1
1313
$(package)_config_opts_linux=target-os=linux threadapi=pthread runtime-link=shared
1414
$(package)_config_opts_darwin=target-os=darwin runtime-link=shared
1515
$(package)_config_opts_mingw32=target-os=windows binary-format=pe threadapi=win32 runtime-link=static

0 commit comments

Comments
 (0)