1
0
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:
Michael Biebl 2013-04-09 15:26:39 +02:00
parent 4b73a0c061
commit e712ffcce6

View File

@ -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}