diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2018-09-02 14:52:43 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2018-09-08 21:30:42 +0200 |
commit | 4007e3adf1208f2943c72ab11044b57a01b3813b (patch) | |
tree | b3dd63e27d62f2e2db3e725394ea4f7e9921f0be /Makefile.am | |
parent | build: move RFPLDADD to bgpd/rfp-example/librfp (diff) | |
download | frr-4007e3adf1208f2943c72ab11044b57a01b3813b.tar.xz frr-4007e3adf1208f2943c72ab11044b57a01b3813b.zip |
build: use -export-dynamic
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index aae89a90d..b4d38e69a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,8 @@ AM_CPPFLAGS = \ @ASAN_FLAGS@ @TSAN_FLAGS@ @MSAN_FLAGS@ \ -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/lib \ -I$(top_builddir) -I$(top_builddir)/include -I$(top_builddir)/lib +AM_LDFLAGS = \ + -export-dynamic DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" -DCONFDATE=$(CONFDATE) LIBCAP = @LIBCAP@ |