SOURCES: glibc-awk.patch (NEW) - use AWK variable

arekm arekm at pld-linux.org
Fri Oct 19 08:35:03 CEST 2007


Author: arekm                        Date: Fri Oct 19 06:35:03 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use AWK variable

---- Files affected:
SOURCES:
   glibc-awk.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/glibc-awk.patch
diff -u /dev/null SOURCES/glibc-awk.patch:1.1
--- /dev/null	Fri Oct 19 08:35:03 2007
+++ SOURCES/glibc-awk.patch	Fri Oct 19 08:34:58 2007
@@ -0,0 +1,11 @@
+--- elf/Makefile~	2007-08-16 23:20:11.000000000 +0200
++++ elf/Makefile	2007-10-19 08:28:03.299291027 +0200
+@@ -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)"' \
================================================================


More information about the pld-cvs-commit mailing list