diff options
Diffstat (limited to 'resolv/Makefile')
-rw-r--r-- | resolv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/resolv/Makefile b/resolv/Makefile index 1047bb6ae5..fb19c93026 100644 --- a/resolv/Makefile +++ b/resolv/Makefile @@ -94,7 +94,9 @@ endif # $(build-shared) tests-internal += tst-inet_pton # This test accesses the __p_secstodate compat symbol. -tests-internal += tst-p_secstodate +ifeq ($(have-GLIBC_2.26)$(build-shared),yesyes) +tests += tst-p_secstodate +endif # This test sends millions of packets and is rather slow. xtests += tst-resolv-qtypes |