gpsd-dev
[Top][All Lists]
Advanced

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

[gpsd-dev] Issue on pkg-config files


From: Carlo Lobrano
Subject: [gpsd-dev] Issue on pkg-config files
Date: Wed, 29 Jul 2015 10:27:20 +0000

Hello,

I noticed that the *.pc files created for both libgps and libgpsd are wrong in my environment (Kubuntu 15.04 and GPSd version 3.12).

As example, starting from the template file libgps.pc.in

    address@hidden@
    exec_prefix=${prefix}
    address@hidden@
    ...
SConstruct evaluates @libdir@ just as "lib"

    libdir=lib

so applications build with "pkg-config --libs libgps" flags won't compile.

I solved replacing the following in libgps.pc.in

    libdir=${exec_prefix}/@libdir@

Is this issue only happening on my machine?

Thank you,
Carlo

reply via email to

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