diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-12-08 20:41:37 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-12-08 12:46:00 +0100 |
commit | 735c1cd2da15167748e92ba6de48fdb5169db587 (patch) | |
tree | eee410a2ad0cfcabe6b53f87a6fca7f635261b6a /lib/tdb/tdb.pc.in | |
parent | 8b3ae1a3b80a07f40d17a59e4f334e2df496b535 (diff) | |
download | samba-735c1cd2da15167748e92ba6de48fdb5169db587.tar.gz |
s4-pkgconfig: add @LIB_RPATH@ to our link flags
this is only set when rpath is used on install. It ensures that
applications that link against Samba libraries get the rpath right
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Wed Dec 8 12:46:00 CET 2010 on sn-devel-104
Diffstat (limited to 'lib/tdb/tdb.pc.in')
-rw-r--r-- | lib/tdb/tdb.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/tdb.pc.in b/lib/tdb/tdb.pc.in index 6f8f553736c..b78419ea784 100644 --- a/lib/tdb/tdb.pc.in +++ b/lib/tdb/tdb.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: tdb Description: A trivial database Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -ltdb +Libs: @LIB_RPATH@ -L${libdir} -ltdb Cflags: -I${includedir} URL: http://tdb.samba.org/ |