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.
This commit is contained in:
Jim Meyering 2008-12-11 18:11:41 +00:00
parent be2d2e06e2
commit 762863d728
2 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,11 @@
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

View File

@ -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