Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 139031 Details for
Bug 202511
sys-libs/glibc-2.7-r1 fails to build with bsd awk
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
glibc27_please_bsd_awk.patch (text/plain), 567 bytes, created by
Alexis Ballier
on 2007-12-21 11:00:38 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Alexis Ballier
Created:
2007-12-21 11:00:38 UTC
Size:
567 bytes
patch
obsolete
>--- glibc-2.7/elf/Makefile.old 2007-12-20 23:37:16 +0000 >+++ glibc-2.7/elf/Makefile 2007-12-20 23:37:33 +0000 >@@ -315,7 +315,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|UNDEF)$$/ && $$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)"' \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202511
: 139031