summaryrefslogtreecommitdiffstats
path: root/glusterfs-api.pc.in
diff options
context:
space:
mode:
authorNiels de Vos <ndevos@redhat.com>2014-11-20 16:26:36 +0100
committerNiels de Vos <ndevos@redhat.com>2015-02-09 04:15:54 -0800
commit20f45d95608e4a7ba54c3977d0a5c31ee5a36cd9 (patch)
tree2b6109011ad3313d9f12725d857f0241f6828b7f /glusterfs-api.pc.in
parent10667b43a628af2ce3045126b80763b97fa299e7 (diff)
pkg-config: make the version in gluster-api.pc backwards compatible
Once we released gluster-api.pc with version=4. Since then we undid the library versioning and replaced it with symbol-versioning. The current libgfapi.so has version 0, but the symbols have the version from the main package at the time they were added. Because other packages (like samba) use the pkg-config version, we can not drop it, or decrease the version easily. The simplest solution is to keep the version=4 and add sub-digits for the actual package/symbol versions. In future, the version in gluster-api.pc will be like 4.3.x.y. Cherry picked from commit 6ba258d2b7d4520af95ff638e02598e4aa247ec4: > Change-Id: If359c8de5b847a7e818199a7246636113837da2d > BUG: 1166232 > Signed-off-by: Niels de Vos <ndevos@redhat.com> > Reviewed-on: http://review.gluster.org/9154 > Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com> > Reviewed-by: Lalatendu Mohanty <lmohanty@redhat.com> > Tested-by: Gluster Build System <jenkins@build.gluster.com> BUG: 1160711 Change-Id: I785335972b357954fe4ede9c599b305c4a56eba7 Signed-off-by: Niels de Vos <ndevos@redhat.com> Reviewed-on: http://review.gluster.org/9199 Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'glusterfs-api.pc.in')
-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 fab4a57d59c..144d4415e2e 100644
--- a/glusterfs-api.pc.in
+++ b/glusterfs-api.pc.in
@@ -7,6 +7,6 @@ includedir=@includedir@
Name: glusterfs-api
Description: GlusterFS API
/* This is the API version, NOT package version */
-Version: 6
+Version: @GFAPI_VERSION@
Libs: -L${libdir} -lgfapi -lglusterfs -lgfrpc -lgfxdr
Cflags: -I${includedir}/glusterfs -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64