commit | 52c0bc739b1184621525e64720b944268d6b0eeb | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul@jakma.org> | Thu Aug 20 21:30:17 2015 +0100 |
committer | Paul Jakma <paul@quagga.net> | Thu Sep 03 16:44:48 2015 +0100 |
tree | a556a51ef56f6ccaa63c942c9880c684fc4b3bae | |
parent | c8ee940cc695cbcf9c0156ee6f72730f1fff9814 [diff] |
build: Remove the old PIC/PIE patch, let libtool sort it out * Remove the old change from '08 to add in PIE arguments at automake level. Versions of libtool since then know how to deal with -fpie and do the right thing according to whether its building shared or executable objects. So just pass '-fpie' as CFLAG and let libtool do its thing.