From b2fea743ab4992653b013a5317c8b630a0771f0e Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Fri, 28 Oct 2016 14:27:52 -0400 Subject: Fix building tst-linkall-static. The crypt/ directory is not added as part of the sysdep directories. Add it when building tst-linkall-static to include crypt.h. --- elf/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'elf') diff --git a/elf/Makefile b/elf/Makefile index 82c7e0559d..057a19fb2b 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -1280,6 +1280,7 @@ $(objpfx)tst-ldconfig-X.out : tst-ldconfig-X.sh $(objpfx)ldconfig $(objpfx)tst-dlsym-error: $(libdl) +CFLAGS-tst-linkall-static.c = -I../crypt $(objpfx)tst-linkall-static: \ $(common-objpfx)math/libm.a \ $(common-objpfx)crypt/libcrypt.a \ -- cgit v1.2.3