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 /source4/librpc | |
parent | 8b3ae1a3b80a07f40d17a59e4f334e2df496b535 (diff) | |
download | samba-735c1cd2da15167748e92ba6de48fdb5169db587.tar.gz samba-735c1cd2da15167748e92ba6de48fdb5169db587.tar.bz2 samba-735c1cd2da15167748e92ba6de48fdb5169db587.zip |
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 'source4/librpc')
-rw-r--r-- | source4/librpc/dcerpc.pc.in | 2 | ||||
-rw-r--r-- | source4/librpc/dcerpc_atsvc.pc.in | 2 | ||||
-rw-r--r-- | source4/librpc/dcerpc_samr.pc.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source4/librpc/dcerpc.pc.in b/source4/librpc/dcerpc.pc.in index 798b8df129..b79507ac0b 100644 --- a/source4/librpc/dcerpc.pc.in +++ b/source4/librpc/dcerpc.pc.in @@ -7,5 +7,5 @@ Name: dcerpc Description: DCE/RPC client library Requires: ndr Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -ldcerpc +Libs: @LIB_RPATH@ -L${libdir} -ldcerpc Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 diff --git a/source4/librpc/dcerpc_atsvc.pc.in b/source4/librpc/dcerpc_atsvc.pc.in index 030df932a5..f781f232e2 100644 --- a/source4/librpc/dcerpc_atsvc.pc.in +++ b/source4/librpc/dcerpc_atsvc.pc.in @@ -7,5 +7,5 @@ Name: dcerpc_atsvc Description: DCE/RPC client library - ATSVC Requires.private: dcerpc ndr Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -ldcerpc-atsvc +Libs: @LIB_RPATH@ -L${libdir} -ldcerpc-atsvc Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 diff --git a/source4/librpc/dcerpc_samr.pc.in b/source4/librpc/dcerpc_samr.pc.in index c034b0fbfc..1c80aa9980 100644 --- a/source4/librpc/dcerpc_samr.pc.in +++ b/source4/librpc/dcerpc_samr.pc.in @@ -7,5 +7,5 @@ Name: dcerpc_samr Description: DCE/RPC client library - SAMR Requires.private: dcerpc ndr Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -ldcerpc-samr +Libs: @LIB_RPATH@ -L${libdir} -ldcerpc-samr Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 |