s4-ldb: added @LIB_RPATH@ to the ldb pc file
authorAndrew Tridgell <tridge@samba.org>
Wed, 8 Dec 2010 07:47:54 +0000 (18:47 +1100)
committerAndrew Tridgell <tridge@samba.org>
Wed, 8 Dec 2010 11:01:25 +0000 (12:01 +0100)
source4/lib/ldb/ldb.pc.in

index 01482f6bfbcceb4fafac434be6a0fa7491533728..aeba17a677504c77fd157a00321f6e41ccd3a970 100644 (file)
@@ -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}