diff options
-rw-r--r-- | inet/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inet/Makefile b/inet/Makefile index 1fda64abe7..33912340a2 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) |