[systemd-devel] build failures in latest master from d848b9cbfa0ba72381363accce481600169df2eb

Dave Reisner d at falconindy.com
Thu Jan 31 07:52:27 PST 2013


On Thu, Jan 31, 2013 at 10:29:40AM -0500, Colin Walters wrote:
> Ok, here's a first patch that helps my build:
> 
> 

> From 4908cae79b86b1e427bb2001784f51c93148a4a1 Mon Sep 17 00:00:00 2001
> From: Colin Walters <walters at verbum.org>
> Date: Thu, 31 Jan 2013 10:28:35 -0500
> Subject: [PATCH] build-sys: Link libudev to libsystemd-id128-internal.la
> 
> It needs it, and not having it breaks my build.

You previously added libsystemd-daemon as a dependency of
libsystemd_shared_la as well, which means that libudev links to
libsystemd-daemon. I suspect you were alone, or at least the vocal
minority, on this. Now you want to link it to id128 as well?

This seems wrong....

> Signed-off-by: Colin Walters <walters at verbum.org>
> ---
>  Makefile.am |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index 88662c0..972dea2 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -1843,7 +1843,8 @@ libudev_la_LDFLAGS = \
>  	-Wl,--version-script=$(top_srcdir)/src/libudev/libudev.sym
>  
>  libudev_la_LIBADD = \
> -	libsystemd-shared.la
> +	libsystemd-shared.la \
> +	libsystemd-id128-internal.la
>  
>  pkgconfiglib_DATA += \
>  	src/libudev/libudev.pc
> -- 
> 1.7.1
> 

> _______________________________________________
> systemd-devel mailing list
> systemd-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel



More information about the systemd-devel mailing list