From 46bc0e432e756fcb8fc4f703b47cd25b9fc7139c Mon Sep 17 00:00:00 2001 From: Paul P Komkoff Jr Date: Wed, 13 Aug 2008 16:17:04 +0100 Subject: [build] Test for GNU-style PIE support in toolchain and enable 2008-08-13 Paul P Komkoff Jr * 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 --- ospfclient/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ospfclient/Makefile.am') diff --git a/ospfclient/Makefile.am b/ospfclient/Makefile.am index ab2a3786..b8aae84b 100644 --- a/ospfclient/Makefile.am +++ b/ospfclient/Makefile.am @@ -21,4 +21,6 @@ ospfclient_SOURCES = \ ospfclient_LDADD = libospfapiclient.la \ ../ospfd/libospf.la ../lib/libzebra.la @LIBCAP@ +ospfclient_CFLAGS = $(AM_CFLAGS) $(PICFLAGS) +ospfclient_LDFLAGS = $(AM_LDFLAGS) $(PILDFLAGS) -- cgit v1.2.1