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 [EMAIL PROTECTED]
+       rm -f [EMAIL PROTECTED]
+       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)"' \
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to