bareos: bareos-18.2 f8e0e9aa

Author Committer Branch Timestamp Parent
arogge arogge bareos-18.2 2019-08-26 17:29 bareos-18.2 5ae74fac 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