[PATCH] Pull in ld.so for libresolv

Roland McGrath roland@hack.frob.com
Wed Sep 21 17:31:00 GMT 2011


This is due to using (IMHO broken) compiler versions (like Ubuntu's)
that implicitly set -fstack-protector by default.  We really never want
to compile glibc with implicit magic compiler flags we don't know about.
You should use CFLAGS='-g -O2 -fno-stack-protector' at configure time
when using such a compiler.

We might at some point decide that compiling glibc with
-fstack-protector makes sense.  If we do, then we'll enable it
explicitly and resolve any fallout then.  Unless and until we do that,
a change like this is not desireable.


Thanks,
Roland



More information about the Libc-alpha mailing list