]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-awk.patch
- kill sr@Latn dir, create temporary link (till all packages are fixed)
[packages/glibc.git] / glibc-awk.patch
CommitLineData
4de9d958
AM
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.03796 seconds and 4 git commands to generate.