The -2 one is correct. The -fPIE is for the unzip program. robert
On October 17, 2005 02:59 am, Archaic wrote: > 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 -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
