2019-04-03 15:40:10 +02:00
|
|
|
# The linking against full paths underneath /usr/lib64/lxd/ is intentional, as
|
|
|
|
# our shared libraries are internal and aren't meant to be used outside LXD.
|
|
|
|
# This error only appears in old SLE versions.
|
|
|
|
addFilter ("^lxd.* E: invalid-filepath-dependency .* /usr/lib(32|64)?/lxd/")
|
2021-06-16 05:13:50 +02:00
|
|
|
|
|
|
|
# We need lxd-agent and lxd-p2c to be statically linked.
|
|
|
|
addFilter ("^lxd.*: W: statically-linked-binary /usr/bin/lxd-(agent|p2c)")
|
|
|
|
addFilter ("^lxd.*: W: position-independent-executable-suggested /usr/bin/lxd-(agent|p2c)")
|