[systemd-devel] [PATCH] udev: link accelerometor and cdrom_id to the internal library

William Hubbs w.d.hubbs at gmail.com
Fri Jan 11 19:45:17 PST 2013


Thanks to Dave Reisner, I withdraw my request. I found another way to
take care of this that doesn't require a patch. :-)

William

On Fri, Jan 11, 2013 at 04:11:49PM -0600, William Hubbs wrote:
> These helpers were originally linking to libudev; this changes them to
> link to libudev-private.
> ---
>  Makefile.am | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index 3318829..df2022e 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -2053,7 +2053,7 @@ cdrom_id_SOURCES = \
>  	src/udev/cdrom_id/cdrom_id.c
>  
>  cdrom_id_LDADD = \
> -	libudev.la \
> +	libudev-private.la \
>  	libsystemd-shared.la
>  
>  udevlibexec_PROGRAMS += \
> @@ -2107,7 +2107,7 @@ accelerometer_SOURCES = \
>  	src/udev/accelerometer/accelerometer.c
>  
>  accelerometer_LDADD = \
> -	libudev.la -lm \
> +	libudev-private.la -lm \
>  	libsystemd-shared.la
>  
>  udevlibexec_PROGRAMS += \
> -- 
> 1.7.12.4
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/systemd-devel/attachments/20130111/cac4085a/attachment.pgp>


More information about the systemd-devel mailing list