bareos: master 0d17f2b3

Author Committer Branch Timestamp Parent
arogge arogge master 2019-08-26 17:29 master b0e62a19 Pending
Changeset cmake: improve building on mac

previously some libraries weren't found on MacOS if they weren't
force-linked using brew link.
This patch makes cmake discover the libaries in their respective
directories under /usr/local/opt/ so linking is not required anymore.

We also change the linking with homebrew libraries to be static instead
of dynamic so you don't need to install homebrew to use bareos.

Lastly this fixes a build issue when you have a case-sensitive
filesystem.
mod - core/CMakeLists.txt Diff File
mod - core/cmake/BareosFindAllLibraries.cmake Diff File
mod - core/cmake/FindReadline.cmake Diff File
mod - core/platforms/darwin/CMakeLists.txt Diff File