diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-10-30 17:44:09 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-10-30 17:44:09 +0100 |
commit | 8dddf0bd5a3d57fba8da27e93f3d1a7032fce184 (patch) | |
tree | 6901c4b7b8e1860de9cb93454b4671b2221d5832 /inet/Makefile | |
parent | 0b262ca4c64cd9042576ddb9969607c0ea1187d7 (diff) | |
download | glibc-8dddf0bd5a3d57fba8da27e93f3d1a7032fce184.zip glibc-8dddf0bd5a3d57fba8da27e93f3d1a7032fce184.tar.gz glibc-8dddf0bd5a3d57fba8da27e93f3d1a7032fce184.tar.bz2 |
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.
Diffstat (limited to 'inet/Makefile')
-rw-r--r-- | inet/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inet/Makefile b/inet/Makefile index 1fda64a..3391234 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -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) |