gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-dev] [PATCH] Put udev rules in libdir and not always in /lib


From: Mike Frysinger
Subject: Re: [gpsd-dev] [PATCH] Put udev rules in libdir and not always in /lib
Date: Sat, 15 Dec 2012 20:21:05 -0500
User-agent: KMail/1.13.7 (Linux/3.6.5; KDE/4.6.5; x86_64; ; )

On Thursday 13 December 2012 19:31:59 Maciej Grela wrote:
> I've developed a patch for gpsd which improves the way that udev rules
> are installed - they are put in libdir and not always in /lib. This
> fixes build errors of gpsd on source-based distributions like Exherbo
> which don't allow a package to install a plain /lib directory if /lib
> is a symlink to /lib64. By using libdir this issue is resolved - if
> the build script tells scons to use lib64 as the library destination,
> the udev rules also end up there.

err, no, that is incorrect.  the correct way is to query udev's .pc file:
        pkg-config --variable=udevdir udev

although in the case of this SConstruct, it should use env['PKG_CONFIG']
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]