mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
libudev: Move -lrt to Libs.private
It's only needed for static linking. https://bugs.freedesktop.org/show_bug.cgi?id=63309 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
parent
2a0f2910b1
commit
e6af18333f
@ -13,6 +13,7 @@ includedir=@includedir@
|
||||
Name: libudev
|
||||
Description: Library to access udev device information
|
||||
Version: @UDEV_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