mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-12 16:20:06 +00:00
resolv/tst-idna_name_classify: Isolate from system libraries
Loading NSS modules from static binaries uses installed system
libraries if LD_LIBRARY_PATH is not set.
(cherry picked from commit 8dddf0bd5a
)
This commit is contained in:
parent
5a7440f528
commit
721c08dc98
@ -112,4 +112,8 @@ ifeq ($(build-static-nss),yes)
|
||||
CFLAGS += -DSTATIC_NSS
|
||||
endif
|
||||
|
||||
# The test uses dlopen indirectly and would otherwise load system
|
||||
# objects.
|
||||
tst-idna_name_classify-ENV = \
|
||||
LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)elf
|
||||
$(objpfx)tst-idna_name_classify.out: $(gen-locales)
|
||||
|
Loading…
Reference in New Issue
Block a user