bareos: master 52432940

Author Committer Branch Timestamp Parent
arogge arogge master 2023-01-19 10:37 master c73b1a11 Pending
Changeset cmake: globally enable POSITION_INDEPENDENT_CODE

Instead of setting the POSITION_INDEPENDENT_CODE flag on individual
targets, we simply enable it for everything in core/
Also, by utilizing PIE (Position Independent Executable) support in
CMake we make sure all our executables are build with PIE enabled if the
toolchain supports it.
mod - core/CMakeLists.txt Diff File
mod - core/src/droplet/libdroplet/CMakeLists.txt Diff File
mod - core/src/lib/CMakeLists.txt Diff File
mod - core/src/stored/backends/CMakeLists.txt Diff File