diff options
author | Kaleb S. KEITHLEY <kkeithle@redhat.com> | 2013-08-28 13:28:29 -0400 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-08-28 15:23:47 -0700 |
commit | 8fcf91b51ccd457d417e71c401f6e6af1dffc607 (patch) | |
tree | d387fced9ff3abd92bebab63b3bb1d455c9aafe9 /libgfchangelog.pc.in | |
parent | bbefeffafe9a2a5ba493e4bc0c9c9480d577e881 (diff) |
api: glusterfs-api.pc.in (and libgfchangelog.pc.in) use rpath (-Wl,-R...)
Change-Id: Icdd23f1c31421c882db106cdad1b1406569594ca
BUG: 1002220
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Reviewed-on: http://review.gluster.org/5717
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'libgfchangelog.pc.in')
-rw-r--r-- | libgfchangelog.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfchangelog.pc.in b/libgfchangelog.pc.in index 869e587aae5..d654280d056 100644 --- a/libgfchangelog.pc.in +++ b/libgfchangelog.pc.in @@ -7,5 +7,5 @@ includedir=@includedir@ Name: libgfchangelog Description: GlusterFS Changelog Consumer Library Version: @VERSION@ -Libs: -Wl,-R${libdir} -L${libdir} -lgfchangelog -lglusterfs +Libs: -L${libdir} -lgfchangelog -lglusterfs Cflags: -I${includedir}/glusterfs/gfchangelog -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 |