]> git.ipfire.org Git - thirdparty/systemd.git/commit - Makefile.am
build-sys: add libsystemd-id128 as libudev dependency
authorDavid Strauss <david@davidstrauss.net>
Thu, 7 Feb 2013 06:23:59 +0000 (01:23 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 7 Feb 2013 06:28:16 +0000 (01:28 -0500)
commit78c55e2155b2badad23c3dc255fdc5b7823dda1a
tree16d0ce7f020ab8ffa8d528a1d397df29f10a67f3
parent42007a09f3a7fc82a40068eae5b616756b2fb401
build-sys: add libsystemd-id128 as libudev dependency

After d848b9cbfa0 '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.
Makefile.am