Mercurial > hg > orthanc
diff OrthancServer/Resources/VersionScriptOrthanc.map @ 4761:31e12d2ce275
Linux Standard Base (LSB) builds of Orthanc can load non-LSB builds of plugins
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 02 Aug 2021 13:00:37 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/OrthancServer/Resources/VersionScriptOrthanc.map Mon Aug 02 13:00:37 2021 +0200 @@ -0,0 +1,13 @@ +# This is a version-script for the main Orthanc binary, that hides all +# the global functions of the executable so that a Linux Standard Base +# (LSB) build of Orthanc can load plugins that are not built using +# LSB. Otherwise, the dynamic loader of the plugins will try to use +# the global functions published by the Orthanc server, which results +# in a segmentation fault if the data structures don't have the same +# memory layout (e.g. debug vs. release, or another version of some +# C/C++ library used both by Orthanc, typically jsoncpp). + +{ +local: + *; +};