mirror of git://sourceware.org/git/glibc.git
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.
This commit is contained in:
parent
c31746887d
commit
b2fea743ab
|
@ -1,5 +1,7 @@
|
|||
2016-10-28 Carlos O'Donell <carlos@redhat.com>
|
||||
|
||||
* elf/Makefile (CFLAGS-tst-linkall-static): Define.
|
||||
|
||||
* math/test-nan-overflow.c: Include stdlib.h for malloc.
|
||||
|
||||
2016-10-28 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue