make install doesn't remove rpath from mysql
Open
build
- Dominant language
- C++
- Stars
- 18.7k
- Forks
- 3.1k
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 2
Description
according to this document http://www.cmake.org/Wiki/CMake_RPATH_handling cmake should remove rpath during make install, but currently it does not.
This is currently worked arounnd by installing chrpath (in CMake/HPHPFunctions.cmake) , but this dependency shouldn't be needed.
Contributor guide
Assessment
This issue has not been assessed yet.