On 20/01/15 18:41, Bernhard Voelker wrote: > Is there anyone building coreutils with "CFLAGS=-fPIE LDFLAGS-pie"? > Are there any known drawbacks?
There's a thread about enabling PIE for all packages on Fedora 22: http://thread.gmane.org/gmane.linux.redhat.fedora.devel/203065/ > How is libstdbuf.so handled (to avoid PIE)? > Shouldn't we enable it per configure/per default? libstdbuf.so takes care to not link with non PIC code (libcoreutils.a) which causes issues. Pádraig
