-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54953/
-----------------------------------------------------------
Review request for mesos and Michael Park.
Bugs: MESOS-6830
https://issues.apache.org/jira/browse/MESOS-6830
Repository: mesos
Description
-------
The gold linker complains about using -pie without -fPIC which causes the build
to fail right before the end. This makes sure both -pie and -fPIC/-fPIE are
enabled/disabled based on the setting for enabling/disabling hardening.
Diffs
-----
src/Makefile.am abcf7eed7
Diff: https://reviews.apache.org/r/54953/diff/
Testing
-------
../configure --disable-python --disable-java && make
../configure --disable-python --disable-java --disable-hardening && make
Thanks,
Aaron Wood