From e6af18333f84c6d95a1b3d212aa686212f64b170 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 2 Jun 2013 12:16:15 -0400 Subject: 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 --- src/libudev/libudev.pc.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/libudev/libudev.pc.in b/src/libudev/libudev.pc.in index 8279ccf04a..3094eed324 100644 --- a/src/libudev/libudev.pc.in +++ b/src/libudev/libudev.pc.in @@ -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} -- cgit v1.2.3-54-g00ecf