]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: ignore missing libudev when creating the test image
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 4 Aug 2023 16:02:01 +0000 (18:02 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 5 Aug 2023 04:32:17 +0000 (13:32 +0900)
commit04bce24d4ef2dc1dd06a563c8b697c693f1c36c3
tree080bca2421e837149b4c60dab30110453e3a97e2
parent9afd4dde22f852fa4643799b218bef268a76272c
test: ignore missing libudev when creating the test image

Same scenario as with libsystemd - ldd might use unprefixed RPATH, and
we install our own stuff into the image unconditionally anyway.

Also, bail out early if we hit a missing DSO with a possibly helpful
message.
test/test-functions