summaryrefslogtreecommitdiffstats
path: root/ospf6d
diff options
context:
space:
mode:
authorPaul P Komkoff Jr <i@stingr.net>2008-08-13 17:17:04 +0200
committerPaul Jakma <paul@quagga.net>2008-08-22 20:52:12 +0200
commit46bc0e432e756fcb8fc4f703b47cd25b9fc7139c (patch)
tree60100ca1e11c3c3600441d366b236f4a2de519ca /ospf6d
parent[bgpd] Add 'bgp open-accept' option, to send OPEN immediately on accepted conns (diff)
downloadfrr-46bc0e432e756fcb8fc4f703b47cd25b9fc7139c.tar.xz
frr-46bc0e432e756fcb8fc4f703b47cd25b9fc7139c.zip
[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>
Diffstat (limited to 'ospf6d')
-rw-r--r--ospf6d/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/ospf6d/Makefile.am b/ospf6d/Makefile.am
index ad8287136..01bc6fe06 100644
--- a/ospf6d/Makefile.am
+++ b/ospf6d/Makefile.am
@@ -4,6 +4,9 @@ INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib @SNMP_INCLUDES@
DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
INSTALL_SDATA=@INSTALL@ -m 600
+AM_CFLAGS = $(PICFLAGS)
+AM_LDFLAGS = $(PILDFLAGS)
+
noinst_LIBRARIES = libospf6.a
sbin_PROGRAMS = ospf6d