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

Ján Tomko jtomko at redhat.com
Wed Jun 29 13:54:00 UTC 2016


Introduced by commit 0832c58, with the intention to link with
the stack protector library.

Not needed because per commit 71b54636, automake should pass
all the CFLAGS to the linker.
---
 tests/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 444e0fd..b3ee6e6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -74,7 +74,6 @@ GNULIB_LIBS = \
        ../gnulib/lib/libgnu.la
 
 LDADDS = \
-	$(WARN_CFLAGS) \
 	$(NO_INDIRECT_LDFLAGS) \
 	$(PROBES_O) \
 	$(GNULIB_LIBS) \
-- 
2.7.3




More information about the libvir-list mailing list