diff options
author | Michael Biebl <biebl@debian.org> | 2013-06-02 12:16:15 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-06-02 12:16:15 -0400 |
commit | e6af18333f84c6d95a1b3d212aa686212f64b170 (patch) | |
tree | 79913c9b0eb08639a355552da8409a8937f706e4 | |
parent | 2a0f2910b128379f9e2a7a92b000ce9162e6f6a0 (diff) |
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>
-rw-r--r-- | src/libudev/libudev.pc.in | 5 |
1 files 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} |