提交 762863d7 编写于 作者: J Jim Meyering

build: avoid libvirtd link failure with CFLAGS=-g

* qemud/Makefile.am (libvirtd_LDADD): Add gnulib's libgnu.la last.
Otherwise, building with -g (no inlining) would fail due to a use
of c_isspace in libvirt_driver_qemu.a, which used to followed
libgnu.a in the link command.
上级 be2d2e06
Thu Dec 11 19:10:46 +0100 2008 Jim Meyering <meyering@redhat.com>
build: avoid libvirtd link failure with CFLAGS=-g
* qemud/Makefile.am (libvirtd_LDADD): Add gnulib's libgnu.la last.
Otherwise, building with -g (no inlining) would fail due to a use
of c_isspace in libvirt_driver_qemu.a, which used to followed
libgnu.a in the link command.
Thu Dec 11 16:13:08 +0100 2008 Jim Meyering <meyering@redhat.com>
syntax-check: prohibit all new uses of gethostby* functions
......
......@@ -93,8 +93,7 @@ libvirtd_LDADD = \
$(LIBXML_LIBS) \
$(GNUTLS_LIBS) \
$(SASL_LIBS) \
$(POLKIT_LIBS) \
../gnulib/lib/libgnu.la
$(POLKIT_LIBS)
if ! WITH_DRIVER_MODULES
if WITH_QEMU
......@@ -244,6 +243,10 @@ uninstall-init:
endif # DBUS_INIT_SCRIPTS_RED_HAT
# This must be added last, since functions it provides/replaces
# are used by nearly every other library.
libvirtd_LDADD += ../gnulib/lib/libgnu.la
endif # WITH_LIBVIRTD
CLEANFILES = libvirtd.init
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册