]> git.puffer.fish Git - matthieu/frr.git/commit
build: Remove the old PIC/PIE patch, let libtool sort it out
authorPaul Jakma <paul@jakma.org>
Thu, 20 Aug 2015 20:30:17 +0000 (21:30 +0100)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Thu, 26 May 2016 00:38:35 +0000 (20:38 -0400)
commit95bb83054bbf6b5f4fcc7e7ce961d63d74212f9f
treed2517bf85a1376d441a63d15a572573721b8615a
parent9f6d6b12ac3604bc819a8ecb4c4f3775008053cf
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.
12 files changed:
bgpd/Makefile.am
configure.ac
isisd/Makefile.am
ospf6d/Makefile.am
ospfclient/Makefile.am
pimd/Makefile.am
ripd/Makefile.am
ripngd/Makefile.am
tests/Makefile.am
vtysh/Makefile.am
watchquagga/Makefile.am
zebra/Makefile.am