]>
Commit | Line | Data |
---|---|---|
21ecc387 | 1 | *** depends/packages/boost.mk 2017-01-03 10:53:52.440371182 +0000 |
2 | --- ../../komodo-jl777/depends/packages/boost.mk 2017-01-03 09:48:21.650035146 +0000 | |
3 | *************** | |
4 | *** 11,24 **** | |
5 | $(package)_config_opts=--layout=tagged --build-type=complete --user-config=user-config.jam | |
6 | $(package)_config_opts+=threading=multi link=static -sNO_BZIP2=1 -sNO_ZLIB=1 | |
7 | $(package)_config_opts_linux=threadapi=pthread runtime-link=shared | |
8 | ! $(package)_config_opts_darwin=--toolset=gcc threadapi=pthread runtime-link=shared | |
9 | $(package)_config_opts_mingw32=binary-format=pe target-os=windows threadapi=win32 runtime-link=static | |
10 | $(package)_config_opts_x86_64_mingw32=address-model=64 | |
11 | $(package)_config_opts_i686_mingw32=address-model=32 | |
12 | $(package)_config_opts_i686_linux=address-model=32 architecture=x86 | |
13 | $(package)_toolset_$(host_os)=gcc | |
14 | $(package)_archiver_$(host_os)=$($(package)_ar) | |
15 | ! $(package)_toolset_darwin=gcc | |
16 | $(package)_config_libraries=chrono,filesystem,program_options,system,thread,test | |
17 | $(package)_cxxflags=-fvisibility=hidden | |
18 | $(package)_cxxflags_linux=-fPIC | |
19 | --- 11,25 ---- | |
20 | $(package)_config_opts=--layout=tagged --build-type=complete --user-config=user-config.jam | |
21 | $(package)_config_opts+=threading=multi link=static -sNO_BZIP2=1 -sNO_ZLIB=1 | |
22 | $(package)_config_opts_linux=threadapi=pthread runtime-link=shared | |
23 | ! $(package)_config_opts_darwin=--toolset=darwin-4.2.1 runtime-link=shared | |
24 | $(package)_config_opts_mingw32=binary-format=pe target-os=windows threadapi=win32 runtime-link=static | |
25 | $(package)_config_opts_x86_64_mingw32=address-model=64 | |
26 | $(package)_config_opts_i686_mingw32=address-model=32 | |
27 | $(package)_config_opts_i686_linux=address-model=32 architecture=x86 | |
28 | $(package)_toolset_$(host_os)=gcc | |
29 | $(package)_archiver_$(host_os)=$($(package)_ar) | |
30 | ! $(package)_toolset_darwin=darwin | |
31 | ! $(package)_archiver_darwin=$($(package)_libtool) | |
32 | $(package)_config_libraries=chrono,filesystem,program_options,system,thread,test | |
33 | $(package)_cxxflags=-fvisibility=hidden | |
34 | $(package)_cxxflags_linux=-fPIC | |
35 | *************** | |
36 | *** 35,43 **** | |
37 | endef | |
38 | ||
39 | define $(package)_build_cmds | |
40 | ! ./b2 -d2 -j2 -d1 --prefix=$($(package)_staging_prefix_dir) $($(package)_config_opts) cxxflags=-std=c++11 stage | |
41 | endef | |
42 | ||
43 | define $(package)_stage_cmds | |
44 | ! ./b2 -d0 -j4 --prefix=$($(package)_staging_prefix_dir) $($(package)_config_opts) cxxflags=-std=c++11 install | |
45 | endef | |
46 | --- 36,44 ---- | |
47 | endef | |
48 | ||
49 | define $(package)_build_cmds | |
50 | ! ./b2 -d2 -j2 -d1 --prefix=$($(package)_staging_prefix_dir) $($(package)_config_opts) stage | |
51 | endef | |
52 | ||
53 | define $(package)_stage_cmds | |
54 | ! ./b2 -d0 -j4 --prefix=$($(package)_staging_prefix_dir) $($(package)_config_opts) install | |
55 | endef |