Hello. In the ref. book, package sysvinit-2.86:
The book says:
Amend Makefile.in:
sed -e 's/^CFLAGS .*$/& -pie-fpie/' -i src/Makefile
^ space
I think it must be:
Amend Makefile:
sed -e 's/^CFLAGS.*$/& -pie -fpie/' -i src/Makefile
^ no space
Regards
AFG
--
http://linuxfromscratch.org/mailman/listinfo/hlfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page
