From fc74d67fab3c88cbd51efb0bca76004b70c7e8bc Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 13 Jan 2018 20:56:28 -0500 Subject: Correct handling of elf symbol versioning We were putting the value of LT_CURRENT in the versioned symbol map instead of the soname major version, which was creating binary incompatibility where none was present. Unfortunately, this bug is already out there for qpdf 7.0.0, so we'll have to work around it for now. --- libqpdf.map.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libqpdf.map.in') diff --git a/libqpdf.map.in b/libqpdf.map.in index 68ab12cb..9d4e8b9e 100644 --- a/libqpdf.map.in +++ b/libqpdf.map.in @@ -1,4 +1,4 @@ -LIBQPDF_@LT_CURRENT@ { +LIBQPDF_@LT_SONAME@ { global: *; }; -- cgit v1.2.3-54-g00ecf