Logo white

OpenSystemsDevelopment / qpdf

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • qpdf
  • libqpdf.map.in
  • Correct handling of elf symbol versioning ...
    fc74d67f
    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.
    Jay Berkenbilt authored
    2018-01-14 20:09:20 -0500  
    Browse Code ยป
libqpdf.map.in 42 Bytes
Edit Raw Blame History
1 2 3 4
LIBQPDF_@LT_SONAME@ {
  global:
    *;
};