Got it working now by changing the module-init-tools commands to be:

  sed -e 's/^CFLAGS .*$/& -pie -fpie/' -i Makefile.in
  touch modprobe.conf.5
  ./configure
  make check
  make distclean
  touch modprobe.conf.5
  ./configure --prefix=/ --enable-zlib
  make DOCBOOKTOMAN=""
  make install

This is based on the LFS-SVN module-init-tools instructions.

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

Reply via email to