]> git.puffer.fish Git - mirror/frr.git/commit
[build] Test for GNU-style PIE support in toolchain and enable
authorPaul P Komkoff Jr <i@stingr.net>
Wed, 13 Aug 2008 15:17:04 +0000 (16:17 +0100)
committerPaul Jakma <paul@quagga.net>
Fri, 22 Aug 2008 18:52:12 +0000 (19:52 +0100)
commit46bc0e432e756fcb8fc4f703b47cd25b9fc7139c
tree60100ca1e11c3c3600441d366b236f4a2de519ca
parentd664ae1182c29b74b409bc8594b7bd0575e91ce9
[build] Test for GNU-style PIE support in toolchain and enable

2008-08-13 Paul P Komkoff Jr <i@stingr.net>

* configure.ac: add a configure flag and autoconf macro, which will
  determine if your toolchain supports PIE.
* */Makefile.am: add corresponding CFLAGS and LDFLAGS into
  appropriate places.

Signed-off-by: Paul Jakma <paul@quagga.net>
12 files changed:
bgpd/Makefile.am
configure.ac
guile/Makefile.am
isisd/Makefile.am
ospf6d/Makefile.am
ospfclient/Makefile.am
ripd/Makefile.am
ripngd/Makefile.am
tests/Makefile.am
vtysh/Makefile.am
watchquagga/Makefile.am
zebra/Makefile.am