[libvirt] [PATCH] test/Makefile.am: drop WARN_CFLAGS from LDFLAGS

Introduced by commit 0832c58, with the intention to link with the stack protector library. Another instance introduced by commit 4cbc15d which separated commandhelper_LDADD from LDADDS. Not needed because per commit 71b54636, automake should pass all the CFLAGS to the linker. --- tests/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 19986dc99..3d3038e62 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -76,7 +76,6 @@ GNULIB_LIBS = \ ../gnulib/lib/libgnu.la LDADDS = \ - $(WARN_CFLAGS) \ $(NO_INDIRECT_LDFLAGS) \ $(PROBES_O) \ $(GNULIB_LIBS) \ @@ -933,7 +932,6 @@ commandtest_LDADD = $(LDADDS) commandhelper_SOURCES = \ commandhelper.c commandhelper_LDADD = \ - $(WARN_CFLAGS) \ $(NO_INDIRECT_LDFLAGS) \ $(PROBES_O) \ ../src/libvirt_util.la \ -- 2.13.0

On Mon, Jun 26, 2017 at 06:01:20PM +0200, Ján Tomko wrote:
Introduced by commit 0832c58, with the intention to link with the stack protector library.
Another instance introduced by commit 4cbc15d which separated commandhelper_LDADD from LDADDS.
Not needed because per commit 71b54636, automake should pass all the CFLAGS to the linker. --- tests/Makefile.am | 2 -- 1 file changed, 2 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
participants (2)
-
Ján Tomko
-
Pavel Hrdina