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

View File

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