Hello
--- The book says:
sed -e 's/^CFLAGS .*$/& -pie -fpie/' -i openvt/Makefile src/Makefile.in
--- I think there are an issue there, and must be:
sed -e 's/^CFLAGS.*$/& -pie -fpie/' -i openvt/Makefile
^ no space
sed -e 's/^CFLAGS .*$/& -pie -fpie/' -i src/Makefile.in
--- Please, can you say me if the next comand is ok ?:
sed -e 's/^LDFLAGS .*$/& $(CFLAGS)/' -i src/Makefile.in
It seems work well.
Thanks in advance.
AFG
--
http://linuxfromscratch.org/mailman/listinfo/hlfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page