boost: Install HOST libraries to HOSTPKG
authorRosen Penev <rosenp@gmail.com>
Mon, 17 Jun 2019 18:07:23 +0000 (11:07 -0700)
committerRosen Penev <rosenp@gmail.com>
Mon, 17 Jun 2019 19:29:36 +0000 (12:29 -0700)
commit45d2000f9caed2d797199dcfbaaac120dce00d99
tree255322d20268baa00f7d329fa3a88862531c0cb8
parentf99bf951b915336c015a3528fff8f9c4bc22cddf
boost: Install HOST libraries to HOSTPKG

After talking to @jow on IRC, we found two problems. STAGING_DIR_HOST is
designed for tools, not host packages. Changing this to HOSTPKG allows
CMake and pkgconfig to work properly with fbthrift.

The host-libraries should not be modular like this for host packages.
Changed to eliminate them and to only build the needed ones. This can be
changed as conditions change.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/boost/Makefile