hotplug-common: Do not adjust LD_LIBRARY_PATH
authorIan Jackson <ian.jackson@citrix.com>
Thu, 21 Feb 2019 16:05:40 +0000 (16:05 +0000)
committerHans van Kranenburg <hans@knorrie.org>
Thu, 1 Oct 2020 12:50:58 +0000 (13:50 +0100)
commit8482e192045f72c8078c0c7e5f3308f95ac9b94f
treed53992c3c2f0d1efda225bbe76aadd8c3b76d181
parent72e89c4615916b323fe3dd0f96d0c517d988c663
hotplug-common: Do not adjust LD_LIBRARY_PATH

This is in the upstream script because on non-Debian systems, the
default install locations in /usr/local/lib might not be on the linker
path, and as a result the hotplug scripts would break.

A reason we might need it in Debian is our multiple version
coinstallation scheme.  However, the hotplug scripts all call the
utilities via the wrappers, and the binaries are configured to load
from the right place anyway.

This setting is an annoyance because it requires libdir, which is an
arch-specific path but comes from a file we want to put in
xen-utils-common, an arch:all package.

So drop this setting.

Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
Gbp-Pq: Name 0046-hotplug-common-Do-not-adjust-LD_LIBRARY_PATH.patch
tools/hotplug/Linux/xen-hotplug-common.sh.in