]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-awk.patch
- include asm/page.h
[packages/glibc.git] / glibc-awk.patch
1 --- elf/Makefile~       2007-08-16 23:20:11.000000000 +0200
2 +++ elf/Makefile        2007-10-19 08:28:03.299291027 +0200
3 @@ -308,7 +308,7 @@
4                   -Wl,-soname=$(rtld-installed-name) -T $@.lds
5         rm -f $@.lds
6         readelf -s $@ \
7 -         | awk '($$7 ~ /^UND(|EF)$$/ && $$1 != "0:" && $$4 != "REGISTER") { print; p=1 } END { exit p != 0 }'
8 +         | $(AWK) '($$7 ~ /^UND(|EF)$$/ && $$1 != "0:" && $$4 != "REGISTER") { print; p=1 } END { exit p != 0 }'
9  
10  # interp.c exists just to get this string into the libraries.
11  CFLAGS-interp.c = -D'RUNTIME_LINKER="$(slibdir)/$(rtld-installed-name)"' \
This page took 0.02398 seconds and 3 git commands to generate.