]> git.ipfire.org Git - thirdparty/systemd.git/commit
Revert "test-functions: make sure we test our own libudev instead of the host libudev"
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 19 Jan 2021 17:39:50 +0000 (18:39 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 20 Jan 2021 05:04:52 +0000 (14:04 +0900)
commit6eab0c6dbab5c85cf6471e559b9a54da4ecd32ac
tree870cb233b3ccdc63805618669b37c53c7733aa21
parente327382877eb2d39db27b268923887d5aae1c286
Revert "test-functions: make sure we test our own libudev instead of the host libudev"

This reverts commit 73484ecff90f2cc235d827c0e955999bffe64dd0.

3976f372ae91e1cbe5ff9873aadfc2c43400452e moved libudev.so to be built in the
main directory, so this addition to $LD_LIBRARY_PATH is now obsolete.

After that commit, we build the following shared libraries:

build/libnss_myhostname.so.2
build/libnss_mymachines.so.2
build/libnss_resolve.so.2
build/libnss_systemd.so.2
build/libsystemd.so.0.30.0
build/libudev.so.1.7.0
build/pam_systemd.so
build/pam_systemd_home.so
build/src/boot/efi/stub.so
build/src/boot/efi/systemd_boot.so
build/src/shared/libsystemd-shared-247.so

EFI stubs don't matter, and libsystemd-shared-nnn.so is loaded through rpath,
and is doesn't need to and shouldn't be in $LD_LIBRARY_PATH. In effect, we only
ever need to add the main build directory to the search path.
test/test-functions