diff options
author | Carlos O'Donell <carlos@redhat.com> | 2016-10-28 16:17:30 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2016-10-28 22:40:16 -0400 |
commit | 960294f00a33559af40143ac056f68d21c006d27 (patch) | |
tree | 19f9e141f15902ccc09be507571e8b09d7996901 /elf | |
parent | 1b16ff0b1e6906d4f5a4380c4ca5750e87c5e52d (diff) | |
download | glibc-960294f00a33559af40143ac056f68d21c006d27.tar.gz |
Add include/crypt.h.
To support tests that include crypt.h we add a wrapper.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 057a19fb2b..82c7e0559d 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -1280,7 +1280,6 @@ $(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 \ |