[systemd-commits] src/libudev
Michael Biebl
mbiebl at kemper.freedesktop.org
Tue Apr 9 06:29:12 PDT 2013
src/libudev/libudev.pc.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e712ffcce66268f79a1e16d835119613409cf179
Author: Michael Biebl <biebl at debian.org>
Date: Tue Apr 9 15:26:39 2013 +0200
libudev: Move -lrt to Libs.private
It's only needed for static linking.
https://bugs.freedesktop.org/show_bug.cgi?id=63309
diff --git a/src/libudev/libudev.pc.in b/src/libudev/libudev.pc.in
index dad7139..2b183e9 100644
--- a/src/libudev/libudev.pc.in
+++ b/src/libudev/libudev.pc.in
@@ -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}
More information about the systemd-commits
mailing list