On Thu, Oct 13, 2005 at 10:54:43PM -0400, Robert Connolly wrote: > Sorry, I made a mistake with the unzip patch. It doesn't use -fPIE (it uses > -fPIC). Please delete the old one and use this one instead.
Something isn't adding up. The -2 patch is the one that refers to -fPIE. $ diff unzip-5.52-PIC-1.patch unzip-5.52-PIC-2.patch 38c38 < + CF="-O3 -Wall -I. -DASM_CRC -fPIC $(LOC)"\ --- > + CF="-O3 -Wall -I. -DASM_CRC -fPIE $(LOC)"\ Which of these 2 is correct? -- Archaic Want control, education, and security from your operating system? Hardened Linux From Scratch http://www.linuxfromscratch.org/hlfs -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
