summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2019-04-15 13:01:21 +0200
committerKarel Zak2019-04-15 13:01:21 +0200
commitef61c093d31ee07a8e5df3125ea3418f49f46538 (patch)
treeb16e6b3cccc6aaad5b3bf690f595d5bdbf30eadc /Makefile.am
parenttests: ignore errors with enabled ASAN in python bindings (diff)
downloadkernel-qcow2-util-linux-ef61c093d31ee07a8e5df3125ea3418f49f46538.tar.gz
kernel-qcow2-util-linux-ef61c093d31ee07a8e5df3125ea3418f49f46538.tar.xz
kernel-qcow2-util-linux-ef61c093d31ee07a8e5df3125ea3418f49f46538.zip
build-sys: add ASAN_LDFLAGS
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c9ef61226..0ae085d9a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ AM_CPPFLAGS = \
-DLOCALEDIR=\"$(localedir)\" \
-D_PATH_RUNSTATEDIR=\"${runstatedir}\"
AM_CFLAGS = -fsigned-char $(WARN_CFLAGS)
-AM_LDFLAGS =
+AM_LDFLAGS = $(ASAN_LDFLAGS)
# Add gettext stuff to the global LDADD for systems with separate libintl
# library. The LTLIBINTL is generated by AM_GNU_GETTEXT macro.