summaryrefslogtreecommitdiffstats
path: root/patches/glibc-2.8/generic/gentoo/1050_all_glibc-posix-awk.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/glibc-2.8/generic/gentoo/1050_all_glibc-posix-awk.patch')
-rw-r--r--patches/glibc-2.8/generic/gentoo/1050_all_glibc-posix-awk.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/patches/glibc-2.8/generic/gentoo/1050_all_glibc-posix-awk.patch b/patches/glibc-2.8/generic/gentoo/1050_all_glibc-posix-awk.patch
deleted file mode 100644
index 1862c68..0000000
--- a/patches/glibc-2.8/generic/gentoo/1050_all_glibc-posix-awk.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-http://bugs.gentoo.org/202511
-
-2007-12-24 Mike Frysinger <vapier@gentoo.org>
-
- * elf/Makefile ($(objpfx)ld.so): Use POSIX (EF)? in awk.
-
----
- elf/Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: glibc-2.8-20080811/elf/Makefile
-===================================================================
---- glibc-2.8-20080811.orig/elf/Makefile
-+++ glibc-2.8-20080811/elf/Makefile
-@@ -307,7 +307,7 @@ $(objpfx)ld.so: $(objpfx)librtld.os $(ld
- -Wl,-soname=$(rtld-installed-name) -T $@.lds
- rm -f $@.lds
- readelf -s $@ \
-- | $(AWK) '($$7 ~ /^UND(|EF)$$/ && $$1 != "0:" && $$4 != "REGISTER") { print; p=1 } END { exit p != 0 }'
-+ | $(AWK) '($$7 ~ /^UND(EF)?$$/ && $$1 != "0:" && $$4 != "REGISTER") { print; p=1 } END { exit p != 0 }'
-
- # interp.c exists just to get this string into the libraries.
- CFLAGS-interp.c = -D'RUNTIME_LINKER="$(slibdir)/$(rtld-installed-name)"' \