[systemd-devel] [PATCH] build-sys: Make libsystemd-shared link to libsystemd-daemon
Colin Walters
walters at verbum.org
Sun Dec 23 07:21:09 PST 2012
Commit f934051c4d17d167bd8e46dd3c70a745e26fd2eb broke the build
because it made libsystemd-shared call sd_listen_fds() which is
defined in libsystemd-daemon.
This is a bit of a contortion because libsystemd-shared.la is a
noinst_LTLIBRARY, but libtool should do the right thing here and emit
DT_NEEDED on libsystemd-daemon.so for things that consume
libsystemd-shared.la.
---
Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-build-sys-Make-libsystemd-shared-link-to-libsystemd-.patch
Type: text/x-patch
Size: 1091 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/systemd-devel/attachments/20121223/9c1d616a/attachment.bin>
More information about the systemd-devel
mailing list