intel / intel-ipsec-mb

Intel(R) Multi-Buffer Crypto for IPSec
BSD 3-Clause "New" or "Revised" License
292 stars 88 forks source link

CMake files ignore LIB_INSTALL_DIR and incorrectly put the shared libraries in /usr/lib #125

Closed fenrus75 closed 1 year ago

fenrus75 commented 1 year ago

-DLIB_INSTALL_DIR=/usr/lib64

is what most distros want.. but the CMakefiles ignore this industry standard option

tkanteck commented 1 year ago

Thanks for flagging it. We'll look into it.