| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
toolchain and static linking
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some of the Boost libraries build differently depending on whether
BOOST_X_DYN_LINK is defined, so this symbol must be present in the
dynamic build, and removing it as part of disabling auto-link was wrong.
Reverts half of 5a3881a0.
|
|
Fixes #483. vcpkg always links all installed libraries for the target
triplet; Boost's own auto-link feature is therefore redundant.
|
|
|
|
mmassing-boost_with_zlib
|
|
of a previously enabled system install option which has been disabled in the meantime.
|
|
VCPKG_CMAKE_SYSTEM_NAME instead.
|
|
|
|
|
|
|
|
|
|
i.e. for libboost_xxx.lib, if boost_xxx.lib exists, delete
libboost_xxx.lib otherwise rename it to boost_xxx.lib
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also remove trailing whitespaces from portfiles
|
|
|
|
Signed-off-by: Jens Frederich <jfrederich@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
Updated all portfiles accordingly.
|
|
|
|
|
|
|
|
|