summaryrefslogtreecommitdiffhomepage
path: root/opentrack
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack')
-rw-r--r--opentrack/options.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/opentrack/options.hpp b/opentrack/options.hpp
index 6c15d729..d81f4888 100644
--- a/opentrack/options.hpp
+++ b/opentrack/options.hpp
@@ -213,6 +213,7 @@ namespace options {
static opt_singleton<k, v>& datum()
{
+ // XXX crashes with dlopen on Linux -sh 20141019
static auto ret = std::make_shared<opt_singleton<k, v>>();
return *ret;
}