cmake: Install host packages to lib instead of lib64
authorRosen Penev <rosenp@gmail.com>
Sun, 17 Nov 2019 21:42:04 +0000 (13:42 -0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 22 Dec 2019 23:22:07 +0000 (00:22 +0100)
commit383abffb1179a142b4c8f86559baad5b24d391c3
tree56e4384a3194f545022fec3dc60300ceef470bbd
parentd034a1f4577108a465e8347d11a51dc0e5a29298
cmake: Install host packages to lib instead of lib64

Several CMake packages such as log4cplus and protobuf(-c) install to
lib64 instead of lib on some hosts. This completely breaks rpath linking.
Override it globally to avoid fixing each package individually.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Tested-by: Sebastian Kemper <sebastian_ml@gmx.net>
include/cmake.mk