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 /glusterfs-api.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 'glusterfs-api.pc.in')
-rw-r--r-- | glusterfs-api.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfs-api.pc.in b/glusterfs-api.pc.in index 23c73bc9a6b..5252a6f409e 100644 --- a/glusterfs-api.pc.in +++ b/glusterfs-api.pc.in @@ -8,5 +8,5 @@ Name: glusterfs-api Description: GlusterFS API /* This is the API version, NOT package version */ Version: 5 -Libs: -Wl,-R${libdir} -L${libdir} -lgfapi -lglusterfs -lgfrpc -lgfxdr +Libs: -L${libdir} -lgfapi -lglusterfs -lgfrpc -lgfxdr Cflags: -I${includedir}/glusterfs -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 |