build-sys: add libsystemd-id128 as libudev dependency

After d848b9cbfa 'Move generic specifier functions to shared' libudev
depends (through) libsystemd-shared.la on libsystemd-id128.so.  The
problem only appears when the linker does not support --gc-sections
and manifests itself as the inability to resolve sd_id128_get_machine
and other libsystemd-id128 functions, which aren't really used.
This commit is contained in:
David Strauss 2013-02-07 01:23:59 -05:00 committed by Zbigniew Jędrzejewski-Szmek
parent 42007a09f3
commit 78c55e2155

View file

@ -1587,7 +1587,8 @@ libudev_la_LDFLAGS = \
-Wl,--version-script=$(top_srcdir)/src/libudev/libudev.sym
libudev_la_LIBADD = \
libsystemd-shared.la
libsystemd-shared.la \
libsystemd-id128.la
pkgconfiglib_DATA += \
src/libudev/libudev.pc