From: Michael Jeanson Date: Tue, 21 Nov 2017 16:11:15 +0000 (-0500) Subject: Fix: specify SONAME in python-lttngust LoadLibrary X-Git-Tag: v2.9.2~1 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=bc8eae6916a6d2fbd5f4114158cd06d718a65c1b;hp=bc8eae6916a6d2fbd5f4114158cd06d718a65c1b;p=lttng-ust.git Fix: specify SONAME in python-lttngust LoadLibrary When loading the python agent library with ctypes in the python bindings, specify the SONAME. This will make sure we load the proper library in the event of a SONAME bump and the bindings will work without having to install the "dev" package which in most distros contains the non-versionned ".so". Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---