Bug 63309 - [git/201] libudev.pc: -lrt should be in Libs.private instead of Libs
Summary: [git/201] libudev.pc: -lrt should be in Libs.private instead of Libs
Status: RESOLVED FIXED
Alias: None
Product: systemd
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: systemd-bugs
QA Contact: systemd-bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-09 12:15 UTC by Samuli Suominen
Modified: 2013-04-09 13:29 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Samuli Suominen 2013-04-09 12:15:59 UTC
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
Comment 1 Michael Biebl 2013-04-09 13:29:46 UTC
Fixed in e712ffc


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.