summaryrefslogtreecommitdiff
path: root/lib/tevent
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2014-04-04 13:27:35 +0200
committerAndrew Bartlett <abartlet@samba.org>2014-04-04 21:35:34 +0200
commita83c5240b1332d5a97dd21ecd3666a9c2ff38643 (patch)
tree326b5cc6388a59e67c7a7f1868483e039b4f7f04 /lib/tevent
parent5f8f1be7a8595e74218624367bb7b643c2d0bb27 (diff)
downloadsamba-a83c5240b1332d5a97dd21ecd3666a9c2ff38643.tar.gz
tevent: Update flags in tevent pkgconfig file
After exapnding, @LIB_RPATH@ will be -Wl,-rpatch,/usr/local/lib if rpath is used on install. But "-Wl," will be passed to linker and should not be among CFLAGS. Other pkgconfig files have @LIB_RPATH@ in the right place. @see commit 735c1cd2da15167748e92ba6de48fdb5169db587 Signed-off-by: Lukas Slebodnik <lslebodn@redhat.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/tevent')
-rw-r--r--lib/tevent/tevent.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tevent/tevent.pc.in b/lib/tevent/tevent.pc.in
index 1091ff00f1e..eb0e564f724 100644
--- a/lib/tevent/tevent.pc.in
+++ b/lib/tevent/tevent.pc.in
@@ -7,6 +7,6 @@ Name: tevent
Description: An event system library
Version: @PACKAGE_VERSION@
Requires: talloc
-Libs: -L${libdir} -ltevent
-Cflags: @LIB_RPATH@ -I${includedir}
+Libs: @LIB_RPATH@ -L${libdir} -ltevent
+Cflags: -I${includedir}
URL: http://samba.org/