[systemd-bugs] [Bug 63309] New: [git/201] libudev.pc: -lrt should be in Libs.private instead of Libs

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Apr 9 05:15:59 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=63309

          Priority: medium
            Bug ID: 63309
          Assignee: systemd-bugs at lists.freedesktop.org
           Summary: [git/201] libudev.pc: -lrt should be in Libs.private
                    instead of Libs
        QA Contact: systemd-bugs at lists.freedesktop.org
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: ssuominen at gentoo.org
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: general
           Product: systemd

Current, wrong:

$ grep Libs /usr/lib/pkgconfig/libudev.pc
Libs: -L${libdir} -ludev -lrt
Libs.private:

Expected outcome:

$ grep Libs /usr/lib/pkgconfig/libudev.pc
Libs: -L${libdir} -ludev
Libs.private: -lrt

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20130409/38c8df5c/attachment.html>


More information about the systemd-bugs mailing list