* [gentoo-commits] gentoo commit in src/patchsets/glibc/2.7: 1050_all_glibc-posix-awk.patch README.history
@ 2007-12-24 19:24 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2007-12-24 19:24 UTC (permalink / raw
To: gentoo-commits
vapier 07/12/24 19:24:06
Modified: README.history
Added: 1050_all_glibc-posix-awk.patch
Log:
use a POSIX regex to fix awk on BSD #202511
Revision Changes Path
1.8 src/patchsets/glibc/2.7/README.history
file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.7/README.history?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.7/README.history?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.7/README.history?r1=1.7&r2=1.8
Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.7/README.history,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- README.history 11 Dec 2007 04:53:48 -0000 1.7
+++ README.history 24 Dec 2007 19:24:06 -0000 1.8
@@ -1,3 +1,6 @@
+1.5 12.24.2007
+ + 1050_all_glibc-posix-awk.patch
+
1.4 10.12.2007
+ 6018_all_glibc-ptr-mangling.patch
1.1 src/patchsets/glibc/2.7/1050_all_glibc-posix-awk.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.7/1050_all_glibc-posix-awk.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.7/1050_all_glibc-posix-awk.patch?rev=1.1&content-type=text/plain
Index: 1050_all_glibc-posix-awk.patch
===================================================================
http://bugs.gentoo.org/202511
2007-12-24 Mike Frysinger <vapier@gentoo.org>
* elf/Makefile ($(objpfx)ld.so): Use POSIX (EF)? in awk.
--- libc/elf/Makefile
+++ libc/elf/Makefile
@@ -308,7 +308,7 @@
-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)"' \
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-12-24 19:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-24 19:24 [gentoo-commits] gentoo commit in src/patchsets/glibc/2.7: 1050_all_glibc-posix-awk.patch README.history Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox