mirror of https://gitee.com/openkylin/libvirt.git
test/Makefile.am: drop WARN_CFLAGS from LDFLAGS
Introduced by commit0832c58
, with the intention to link with the stack protector library. Another instance introduced by commit4cbc15d
which separated commandhelper_LDADD from LDADDS. Not needed because per commit71b54636
, automake should pass all the CFLAGS to the linker.
This commit is contained in:
parent
057c2fba1c
commit
255cd95aab
|
@ -76,7 +76,6 @@ GNULIB_LIBS = \
|
|||
../gnulib/lib/libgnu.la
|
||||
|
||||
LDADDS = \
|
||||
$(WARN_CFLAGS) \
|
||||
$(NO_INDIRECT_LDFLAGS) \
|
||||
$(PROBES_O) \
|
||||
$(GNULIB_LIBS) \
|
||||
|
@ -934,7 +933,6 @@ commandtest_LDADD = $(LDADDS)
|
|||
commandhelper_SOURCES = \
|
||||
commandhelper.c
|
||||
commandhelper_LDADD = \
|
||||
$(WARN_CFLAGS) \
|
||||
$(NO_INDIRECT_LDFLAGS) \
|
||||
$(PROBES_O) \
|
||||
../src/libvirt_util.la \
|
||||
|
|
Loading…
Reference in New Issue