Hi,

A typo in a sed command (chapter06/sysvinit):

-sed -e 's/^CFLAGS .*$/& -pie -fpie/' -i src/Makefile
+sed -e 's/^CFLAGS.*$/& -pie -fpie/' -i src/Makefile

In the makefile, it's a [tab] not a [space] after CFLAGS so it didn't work. 
Just remove the space.

Regards,

-- 
Jerome Pinot (ngc891)

--
http://linuxfromscratch.org/mailman/listinfo/hlfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to