summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-12-08 18:47:54 +1100
committerAndrew Tridgell <tridge@samba.org>2010-12-08 12:01:25 +0100
commitaf1b098441b0d49dd5caf80a6950171135ca5e79 (patch)
tree8cd31d7c0a3507d7d0cf1c847325b7cd0462ebfd /source4/lib
parent92961d28281653906f58f01817cf58b02f85168c (diff)
downloadsamba-af1b098441b0d49dd5caf80a6950171135ca5e79.tar.gz
samba-af1b098441b0d49dd5caf80a6950171135ca5e79.tar.bz2
samba-af1b098441b0d49dd5caf80a6950171135ca5e79.zip
s4-ldb: added @LIB_RPATH@ to the ldb pc file
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ldb/ldb.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb.pc.in b/source4/lib/ldb/ldb.pc.in
index 01482f6bfb..aeba17a677 100644
--- a/source4/lib/ldb/ldb.pc.in
+++ b/source4/lib/ldb/ldb.pc.in
@@ -9,7 +9,7 @@ Description: An LDAP-like embedded database
Version: @PACKAGE_VERSION@
Requires.private: tdb
Requires: talloc
-Libs: -L${libdir} -lldb
+Libs: @LIB_RPATH@ -L${libdir} -lldb
Libs.private: @LDAP_LIBS@
Cflags: -I${includedir}
Modulesdir: ${modulesdir}