Hello,
as I'm trying to use CMake for the packaging of Boost for Fedora (see
https://bugzilla.redhat.com/show_bug.cgi?id=529563 for more details), I
would need to install, on 64bit Linux platforms, the (Boost) libraries
within /usr/lib64 instead of within /usr/lib. Currently, we have to create
an
---
tools/build/CMake/BoostCore.cmake |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Try the following patch.
Use 'cmake -DLIB_SUFFIX=64 .' if you want libraries to be installed to
/usr/lib64.
diff --git a/tools/build/CMake/BoostCore.cmake
b/tools/build/CMake/BoostCore.cmake
inde