summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaleb S. KEITHLEY <kkeithle@redhat.com>2013-09-05 09:10:30 -0400
committerAnand Avati <avati@redhat.com>2013-09-09 17:23:59 -0700
commit972e9155656e2211a62ab030e3e044964b934a85 (patch)
treedd1c012f0d8a3ca4eaa649eb9457ecab02b36e56
parent71f8726b0a94ee830454369f7da2b508d8975d30 (diff)
api: glusterfs-api.pc.in use rpath (-Wl,-R...) (backport BZ 1002220)
Change-Id: Ie36d7c3c058c2e738b0fb1ffae116ed43d573474 Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com> BUG: 1004751 Reviewed-on: http://review.gluster.org/5822 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Anand Avati <avati@redhat.com>
-rw-r--r--glusterfs-api.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfs-api.pc.in b/glusterfs-api.pc.in
index dfdb8ae68e0..ee0c0a75b79 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: 4
-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