This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
For some hosts (possibly depending on GCC version), -fstack-protector
may require '__stack_chk_guard' to be present, as libresolv currently
fails to link for such builds.
This patch pulls in ld.so for __stack_chk_guard; this may not be needed
on all hosts, but should be harmless.
Thanks,
Chung-Lin
2011-09-22 Chung-Lin Tang <cltang@codesourcery.com>
Maxim Kuvyrkov <maxim@codesourcery.com>
* resolv/Makefile ($(objpfx)libresolv.so): Add $(elfobjdir)ld.so
dependency when using -fstack-protector.
Attachment:
resolv-mk.diff
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |