mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 19:21:53 +03:00
libudev: Move -lrt to Libs.private
It's only needed for static linking. https://bugs.freedesktop.org/show_bug.cgi?id=63309
This commit is contained in:
parent
4b73a0c061
commit
e712ffcce6
@ -13,6 +13,6 @@ includedir=@includedir@
|
||||
Name: libudev
|
||||
Description: Library to access udev device information
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -ludev -lrt
|
||||
Libs.private:
|
||||
Libs: -L${libdir} -ludev
|
||||
Libs.private: -lrt
|
||||
Cflags: -I${includedir}
|
||||
|
Loading…
Reference in New Issue
Block a user