disable -rdynamic by default
authorRobin Gareus <robin@gareus.org>
Wed, 15 Apr 2015 18:31:27 +0000 (20:31 +0200)
committerRobin Gareus <robin@gareus.org>
Wed, 15 Apr 2015 18:31:27 +0000 (20:31 +0200)
commit69e41c3b38df4d90c55710403fa34499387d3fc0
tree415016f4bb225e35f7f1533220ebad1e0a3dea57
parent2d227a03a375680843955ac22bacdbf5661493e0
disable -rdynamic by default

see man 3 dlopen. Ideally we’d use RTLD_DEEPBIND,
but it’s neither portable and rather new (glibc 2.3.4).

This fixes issues with symbol conflicts in plugins
e.g. http://pastebin.com/FkFkf3Mm  (plugin expects
its own OSC[illator?] class but gets ardour’s
OpenSoundControl instead).
wscript