mirror of
https://github.com/systemd/systemd.git
synced 2024-11-04 22:21:55 +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
|
Name: libudev
|
||||||
Description: Library to access udev device information
|
Description: Library to access udev device information
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir} -ludev -lrt
|
Libs: -L${libdir} -ludev
|
||||||
Libs.private:
|
Libs.private: -lrt
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
Loading…
Reference in New Issue
Block a user