mirror of git://sourceware.org/git/glibc.git
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.
This commit is contained in:
parent
0b262ca4c6
commit
8dddf0bd5a
|
@ -112,4 +112,8 @@ ifeq ($(build-static-nss),yes)
|
||||||
CFLAGS += -DSTATIC_NSS
|
CFLAGS += -DSTATIC_NSS
|
||||||
endif
|
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)
|
$(objpfx)tst-idna_name_classify.out: $(gen-locales)
|
||||||
|
|
Loading…
Reference in New Issue