Bug 63309

Summary: [git/201] libudev.pc: -lrt should be in Libs.private instead of Libs
Product: systemd Reporter: Samuli Suominen <ssuominen>
Component: generalAssignee: systemd-bugs
Status: RESOLVED FIXED QA Contact: systemd-bugs
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

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.