chiark / gitweb /
libudev: Move -lrt to Libs.private
authorMichael Biebl <biebl@debian.org>
Tue, 9 Apr 2013 13:26:39 +0000 (15:26 +0200)
committerMichael Biebl <biebl@debian.org>
Tue, 9 Apr 2013 13:26:39 +0000 (15:26 +0200)
It's only needed for static linking.

https://bugs.freedesktop.org/show_bug.cgi?id=63309

src/libudev/libudev.pc.in

index dad7139c8544a5de680d9ee771492bedd39282ec..2b183e9dc7718edf0ada2719fa324330d46df598 100644 (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}